diff options
Diffstat (limited to 'hw/xfree86/os-support/bsd/bsd_jstk.c')
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_jstk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bsd/bsd_jstk.c b/hw/xfree86/os-support/bsd/bsd_jstk.c index acd9fc111..00f457b88 100644 --- a/hw/xfree86/os-support/bsd/bsd_jstk.c +++ b/hw/xfree86/os-support/bsd/bsd_jstk.c @@ -37,7 +37,7 @@ #include <fcntl.h> #ifdef XFree86LOADER -#include <X11/misc.h> +#include "misc.h" #include "xf86_libc.h" #endif #include "xf86.h" |