diff options
Diffstat (limited to 'hw/xfree86/os-support/bsd/bsd_kbd.c')
-rw-r--r-- | hw/xfree86/os-support/bsd/bsd_kbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bsd/bsd_kbd.c b/hw/xfree86/os-support/bsd/bsd_kbd.c index 190e6378b..4cf2fbaae 100644 --- a/hw/xfree86/os-support/bsd/bsd_kbd.c +++ b/hw/xfree86/os-support/bsd/bsd_kbd.c @@ -10,7 +10,7 @@ */ #define NEED_EVENTS -#include "X.h" +#include <X11/X.h> #include "compiler.h" |