diff options
Diffstat (limited to 'hw/xfree86/i2c/xf86i2c.c')
-rw-r--r-- | hw/xfree86/i2c/xf86i2c.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/i2c/xf86i2c.c b/hw/xfree86/i2c/xf86i2c.c index 199519629..f6988842f 100644 --- a/hw/xfree86/i2c/xf86i2c.c +++ b/hw/xfree86/i2c/xf86i2c.c @@ -14,8 +14,8 @@ #include "xf86_ansic.h" #include "xf86_OSproc.h" -#include "X.h" -#include "Xproto.h" +#include <X11/X.h> +#include <X11/Xproto.h> #include "scrnintstr.h" #include "regionstr.h" #include "windowstr.h" |