summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-01-30 12:32:13 -0800
committerPavel Roskin <plroskin@gmail.com>2016-01-30 12:32:52 -0800
commit334eeb970aeea2f4ca706eebd0326e9854e5d229 (patch)
tree67022b2acd86e39dcdc250bc074d3a3ccac62748 /sesman/chansrv
parent4d4289d93cbd62d65fb8237b891319370adaa3a1 (diff)
downloadxrdp-proprietary-334eeb970aeea2f4ca706eebd0326e9854e5d229.tar.gz
xrdp-proprietary-334eeb970aeea2f4ca706eebd0326e9854e5d229.zip
clipboard_file: include sys/time.h for struct timeval, needed on Mac OS X
Diffstat (limited to 'sesman/chansrv')
-rw-r--r--sesman/chansrv/clipboard_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sesman/chansrv/clipboard_file.c b/sesman/chansrv/clipboard_file.c
index e994585a..4f3f1ade 100644
--- a/sesman/chansrv/clipboard_file.c
+++ b/sesman/chansrv/clipboard_file.c
@@ -22,6 +22,7 @@
* CLIPRDR_FILEDESCRIPTOR
* http://msdn.microsoft.com/en-us/library/ff362447%28prot.20%29.aspx */
+#include <sys/time.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/extensions/Xfixes.h>