diff options
Diffstat (limited to 'os/WaitFor.c')
-rw-r--r-- | os/WaitFor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/WaitFor.c b/os/WaitFor.c index 899ad42f7..31e16210b 100644 --- a/os/WaitFor.c +++ b/os/WaitFor.c @@ -67,7 +67,7 @@ SOFTWARE. #include <errno.h> #include <stdio.h> #include <X11/X.h> -#include <X11/misc.h> +#include "misc.h" #ifdef __UNIXOS2__ #define select(n,r,w,x,t) os2PseudoSelect(n,r,w,x,t) |