diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:42:02 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-04-20 12:42:02 +0000 |
commit | 2cdfab0ed7eb33a6a50f9b7ec212b498dd8318b5 (patch) | |
tree | bb64053fc1dc53b6bbc8a77c782eb28177660c32 /dix/dixutils.c | |
parent | fa5539247d3b246db9ff1469d08167178c85d7ad (diff) |
Change keysymdef.h to X11/keysymdef.h for include statement.
Diffstat (limited to 'dix/dixutils.c')
-rw-r--r-- | dix/dixutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/dixutils.c b/dix/dixutils.c index 26b7151a6..92cc763a5 100644 --- a/dix/dixutils.c +++ b/dix/dixutils.c @@ -92,7 +92,7 @@ Author: Adobe Systems Incorporated #include "pixmapstr.h" #include "scrnintstr.h" #define XK_LATIN1 -#include "keysymdef.h" +#include <X11/keysymdef.h> #ifdef XCSECURITY #define _SECURITY_SERVER #include <X11/extensions/security.h> |