diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2016-01-30 12:32:13 -0800 |
|---|---|---|
| committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-30 12:32:52 -0800 |
| commit | 334eeb970aeea2f4ca706eebd0326e9854e5d229 (patch) | |
| tree | 67022b2acd86e39dcdc250bc074d3a3ccac62748 | |
| parent | 4d4289d93cbd62d65fb8237b891319370adaa3a1 (diff) | |
| download | xrdp-proprietary-334eeb970aeea2f4ca706eebd0326e9854e5d229.tar.gz xrdp-proprietary-334eeb970aeea2f4ca706eebd0326e9854e5d229.zip | |
clipboard_file: include sys/time.h for struct timeval, needed on Mac OS X
| -rw-r--r-- | sesman/chansrv/clipboard_file.c | 1 |
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> |
