summaryrefslogtreecommitdiffstats
path: root/sesman/tools/xcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/tools/xcon.c')
-rw-r--r--sesman/tools/xcon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/tools/xcon.c b/sesman/tools/xcon.c
index 80832276..4b3248b6 100644
--- a/sesman/tools/xcon.c
+++ b/sesman/tools/xcon.c
@@ -19,6 +19,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
+#include <sys/types.h>
#include <X11/Xlib.h>
Display *g_display = 0;