diff options
Diffstat (limited to 'hw/xfree86/xaa/xaaWrapper.c')
-rw-r--r-- | hw/xfree86/xaa/xaaWrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/xaa/xaaWrapper.c b/hw/xfree86/xaa/xaaWrapper.c index 9c5befcd2..7ec3dcf7f 100644 --- a/hw/xfree86/xaa/xaaWrapper.c +++ b/hw/xfree86/xaa/xaaWrapper.c @@ -1,5 +1,5 @@ -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "scrnintstr.h" #include "gcstruct.h" #include "glyphstr.h" |