diff options
Diffstat (limited to 'Xi/opendev.c')
-rw-r--r-- | Xi/opendev.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Xi/opendev.c b/Xi/opendev.c index c2a07aaff..4f9c2b63a 100644 --- a/Xi/opendev.c +++ b/Xi/opendev.c @@ -55,11 +55,11 @@ SOFTWARE. #define NEED_EVENTS #define NEED_REPLIES -#include "X.h" /* for inputstr.h */ -#include "Xproto.h" /* Request macro */ +#include <X11/X.h> /* for inputstr.h */ +#include <X11/Xproto.h> /* Request macro */ #include "inputstr.h" /* DeviceIntPtr */ -#include "XI.h" -#include "XIproto.h" +#include <X11/extensions/XI.h> +#include <X11/extensions/XIproto.h> #include "XIstubs.h" #include "windowstr.h" /* window structure */ #include "extnsionst.h" |