diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-01-30 18:08:37 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-31 23:35:40 -0800 |
commit | f1ba2b2c9d794afd574e985fab78cefad68d8ec0 (patch) | |
tree | 7bcc47d343e7fd357197e467f67dfd290580d5d5 /sesman/tools/xcon.c | |
parent | 5b0dcfc8fed6253b4a69c6b039b16ad7f83dc833 (diff) | |
download | xrdp-proprietary-f1ba2b2c9d794afd574e985fab78cefad68d8ec0.tar.gz xrdp-proprietary-f1ba2b2c9d794afd574e985fab78cefad68d8ec0.zip |
xcon: include sys/types.h for select() and related macros
Diffstat (limited to 'sesman/tools/xcon.c')
-rw-r--r-- | sesman/tools/xcon.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdio.h> #include <stdlib.h> #include <string.h> +#include <sys/types.h> #include <X11/Xlib.h> Display *g_display = 0; |