Fix bug #45599 (inclusion of keysym.h in Xaw)
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 20:59:52 +0000 (21:59 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 27 Feb 2016 20:59:52 +0000 (21:59 +0100)
xaw/xboard.c

index 79ffd02..251cec1 100644 (file)
@@ -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>