diff options
Diffstat (limited to 'XTrap/xtrapdi.c')
-rw-r--r-- | XTrap/xtrapdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XTrap/xtrapdi.c b/XTrap/xtrapdi.c index 1435dcd80..f08c6155a 100644 --- a/XTrap/xtrapdi.c +++ b/XTrap/xtrapdi.c @@ -65,7 +65,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include <X11/X.h> #include <X11/Xproto.h> #include "input.h" /* Server DevicePtr definitions */ -#include <X11/misc.h> /* Server swapping macros */ +#include "misc.h" /* Server swapping macros */ #include "dixstruct.h" /* Server ClientRec definitions */ #include "resource.h" /* Used with the MakeAtom call */ #ifdef PC |