diff options
Diffstat (limited to 'hw/xfree86/rac/xf86RAC.c')
-rw-r--r-- | hw/xfree86/rac/xf86RAC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/rac/xf86RAC.c b/hw/xfree86/rac/xf86RAC.c index 2b8cf7171..72a4d5942 100644 --- a/hw/xfree86/rac/xf86RAC.c +++ b/hw/xfree86/rac/xf86RAC.c @@ -5,7 +5,7 @@ #include "xf86_ansic.h" #include "xf86_OSproc.h" -#include "X.h" +#include <X11/X.h> #include "colormapst.h" #include "scrnintstr.h" #include "screenint.h" |