diff options
Diffstat (limited to 'Xi/chgdctl.c')
-rw-r--r-- | Xi/chgdctl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Xi/chgdctl.c b/Xi/chgdctl.c index 91761a39d..6525546a1 100644 --- a/Xi/chgdctl.c +++ b/Xi/chgdctl.c @@ -55,11 +55,11 @@ SOFTWARE. #define NEED_EVENTS /* for inputstr.h */ #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" /* control constants */ +#include <X11/extensions/XI.h> +#include <X11/extensions/XIproto.h> /* control constants */ #include "XIstubs.h" #include "extnsionst.h" |