Change keysymdef.h to X11/keysymdef.h for include statement.

This commit is contained in:
Daniel Stone 2005-04-20 12:42:02 +00:00
parent fa5539247d
commit 2cdfab0ed7

View File

@ -92,7 +92,7 @@ Author: Adobe Systems Incorporated
#include "pixmapstr.h" #include "pixmapstr.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#define XK_LATIN1 #define XK_LATIN1
#include "keysymdef.h" #include <X11/keysymdef.h>
#ifdef XCSECURITY #ifdef XCSECURITY
#define _SECURITY_SERVER #define _SECURITY_SERVER
#include <X11/extensions/security.h> #include <X11/extensions/security.h>