Change keysymdef.h to X11/keysymdef.h for include statement.
This commit is contained in:
parent
fa5539247d
commit
2cdfab0ed7
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue