summaryrefslogtreecommitdiff
path: root/grid.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-03 11:36:00 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-03 11:36:00 -0800
commit6a4309a40f48321c69952bfbee4c73cf2d8405dd (patch)
treed13efe40cc22b6dd88e277dadbd0f58144b33d8a /grid.c
parent63d2de15dbac3db071beafaad7bbc7ccf0ff79cd (diff)
Re-enable code to use XKB Bells
Enabled by default, use --without-xkb to disable. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'grid.c')
-rw-r--r--grid.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/grid.c b/grid.c
index 737ab44..56bd807 100644
--- a/grid.c
+++ b/grid.c
@@ -25,6 +25,10 @@ in this Software without prior written authorization from The Open Group.
* Author: Jim Fulton, MIT X Consortium
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
#include <X11/Xaw/SimpleP.h>