diff options
Diffstat (limited to 'hw/xwin/winclipboard')
-rw-r--r-- | hw/xwin/winclipboard/thread.c | 1 | ||||
-rw-r--r-- | hw/xwin/winclipboard/wndproc.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwin/winclipboard/thread.c b/hw/xwin/winclipboard/thread.c index 27d929c10..aa0a98b91 100644 --- a/hw/xwin/winclipboard/thread.c +++ b/hw/xwin/winclipboard/thread.c @@ -55,6 +55,7 @@ #ifdef HAS_WINSOCK #include <X11/Xwinsock.h> #else +#include <sys/select.h> #include <errno.h> #endif diff --git a/hw/xwin/winclipboard/wndproc.c b/hw/xwin/winclipboard/wndproc.c index 5f1886f65..a3a512ff7 100644 --- a/hw/xwin/winclipboard/wndproc.c +++ b/hw/xwin/winclipboard/wndproc.c @@ -45,6 +45,7 @@ #include <sys/types.h> #include <sys/time.h> +#include <sys/select.h> #include <limits.h> #include <X11/Xatom.h> |