summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2012-10-14 00:42:09 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2012-10-14 00:42:09 -0700
commit99ec445f66a5ef652cfc1f67e058a5e52886e310 (patch)
treef85b196ec81a7bf37e5b32f809c8a8de8d595649
parent9e52f707eeadbb3ec03fa64f93570d833ce33707 (diff)
downloadxorg-launch-helper-99ec445f66a5ef652cfc1f67e058a5e52886e310.tar.gz
xorg-launch-helper-99ec445f66a5ef652cfc1f67e058a5e52886e310.tar.bz2
xorg-launch-helper-99ec445f66a5ef652cfc1f67e058a5e52886e310.zip
Missing <errno.h>
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 63bca7f..49e2d43 100644
--- a/src/main.c
+++ b/src/main.c
@@ -16,6 +16,7 @@
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/types.h>
+#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>