diff options
Diffstat (limited to 'hw/xfree86/vgahw/vgaHW.c')
-rw-r--r-- | hw/xfree86/vgahw/vgaHW.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/vgahw/vgaHW.c b/hw/xfree86/vgahw/vgaHW.c index 1ede4e731..e1ee6f27c 100644 --- a/hw/xfree86/vgahw/vgaHW.c +++ b/hw/xfree86/vgahw/vgaHW.c @@ -12,7 +12,7 @@ #define _NEED_SYSI86 -#include "X.h" +#include <X11/X.h> #include "misc.h" #include "xf86.h" |