projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1e6b0d3
)
Fix bug #45599 (inclusion of keysym.h in Xaw)
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 20:59:52 +0000 (21:59 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 20:59:52 +0000 (21:59 +0100)
xaw/xboard.c
patch
|
blob
|
history
diff --git
a/xaw/xboard.c
b/xaw/xboard.c
index
79ffd02
..
251cec1
100644
(file)
--- a/
xaw/xboard.c
+++ b/
xaw/xboard.c
@@
-148,6
+148,7
@@
extern char *getenv();
#include <locale.h>
#endif
+#include <X11/keysym.h>
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
#include <X11/Shell.h>