diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-02-11 09:31:38 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-12 23:52:45 -0800 |
commit | 09709d3ced4e95014ba72f7279611af2b64a2678 (patch) | |
tree | 6b18064d6c819b5f98e6a8cad271b5a2db2f3d7f /sesman | |
parent | 85840863da78476f1d269c2b2b8f54d5e6471da0 (diff) | |
download | xrdp-proprietary-09709d3ced4e95014ba72f7279611af2b64a2678.tar.gz xrdp-proprietary-09709d3ced4e95014ba72f7279611af2b64a2678.zip |
xcon: include unistd.h, it's needed for select() on MacOS
Diffstat (limited to 'sesman')
-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 4150d6af..4b3248b6 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 <unistd.h> #include <sys/types.h> #include <X11/Xlib.h> |