summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-04-20 12:42:02 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-04-20 12:42:02 +0000
commit2cdfab0ed7eb33a6a50f9b7ec212b498dd8318b5 (patch)
treebb64053fc1dc53b6bbc8a77c782eb28177660c32 /dix
parentfa5539247d3b246db9ff1469d08167178c85d7ad (diff)
Change keysymdef.h to X11/keysymdef.h for include statement.
Diffstat (limited to 'dix')
-rw-r--r--dix/dixutils.c2
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>