summaryrefslogtreecommitdiff
path: root/os/WaitFor.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/WaitFor.c')
-rw-r--r--os/WaitFor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/WaitFor.c b/os/WaitFor.c
index 545e1be21..18eacbdba 100644
--- a/os/WaitFor.c
+++ b/os/WaitFor.c
@@ -63,7 +63,7 @@ SOFTWARE.
#include <errno.h>
#include <stdio.h>
#include <X11/X.h>
-#include "misc.h"
+#include <X11/misc.h>
#ifdef __UNIXOS2__
#define select(n,r,w,x,t) os2PseudoSelect(n,r,w,x,t)