diff options
Diffstat (limited to 'hw/xfree86/os-support/shared/sigio.c')
-rw-r--r-- | hw/xfree86/os-support/shared/sigio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/shared/sigio.c b/hw/xfree86/os-support/shared/sigio.c index 7bcb93a0b..3fef72e17 100644 --- a/hw/xfree86/os-support/shared/sigio.c +++ b/hw/xfree86/os-support/shared/sigio.c @@ -55,7 +55,7 @@ */ #ifdef XFree86Server -# include "X.h" +# include <X11/X.h> # include "xf86.h" # include "xf86drm.h" # include "xf86Priv.h" |