blob: b3848b33ca57c193efdaca6dace979a23335712b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- ./winpr/libwinpr/synch/wait.c.orig
+++ ./winpr/libwinpr/synch/wait.c
@@ -24,6 +24,7 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#include <sys/select.h>
#include <winpr/crt.h>
#include <winpr/synch.h>
|