From f1ba2b2c9d794afd574e985fab78cefad68d8ec0 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 30 Jan 2016 18:08:37 -0800 Subject: [PATCH] xcon: include sys/types.h for select() and related macros --- sesman/tools/xcon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sesman/tools/xcon.c b/sesman/tools/xcon.c index 80832276..4150d6af 100644 --- a/sesman/tools/xcon.c +++ b/sesman/tools/xcon.c @@ -19,6 +19,7 @@ #include #include #include +#include #include Display *g_display = 0;