summaryrefslogtreecommitdiff
path: root/Clock.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 23:12:05 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 23:12:05 -0700
commit027f85a81df383155e365f160d7760fa50e48ebe (patch)
tree2947ab84d49934ae3cd2cffaaaffeb596a32b2a0 /Clock.c
parent18873da4921369f687023522bc0f07e8e51c8f05 (diff)
Enable the latent XKBStdBell code in oclock
This code has been unreachable since the switch from Imake lost -DXKB, might as well hook it back up. Sadly it relies on the nonsensical use of libxkbfile for the Bell calls, but such is the state of our XKB Bell API. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Clock.c')
-rw-r--r--Clock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Clock.c b/Clock.c
index c5d7dbe..04d7dfd 100644
--- a/Clock.c
+++ b/Clock.c
@@ -30,6 +30,10 @@ in this Software without prior written authorization from The Open Group.
* a NeWS clone clock
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
#include <X11/Xmu/Converters.h>