diff options
Diffstat (limited to 'hw/xfree86/os-support/shared/ioperm_noop.c')
-rw-r--r-- | hw/xfree86/os-support/shared/ioperm_noop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/shared/ioperm_noop.c b/hw/xfree86/os-support/shared/ioperm_noop.c index c1af992c1..af5724cf1 100644 --- a/hw/xfree86/os-support/shared/ioperm_noop.c +++ b/hw/xfree86/os-support/shared/ioperm_noop.c @@ -28,7 +28,7 @@ * or the permissions are implicit with opening/enabling the console. */ -#include "X.h" +#include <X11/X.h> #include "xf86.h" #include "xf86Priv.h" #include "xf86_OSlib.h" |