diff options
Diffstat (limited to 'os/connection.c')
-rw-r--r-- | os/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/connection.c b/os/connection.c index d8c07077b..45063c8a6 100644 --- a/os/connection.c +++ b/os/connection.c @@ -135,7 +135,7 @@ extern __const__ int _nfiles; #endif #endif #endif /* WIN32 */ -#include "misc.h" /* for typedef of pointer */ +#include <X11/misc.h> /* for typedef of pointer */ #include "osdep.h" #include <X11/Xpoll.h> #include "opaque.h" |