summaryrefslogtreecommitdiff
path: root/xclock.c
diff options
context:
space:
mode:
Diffstat (limited to 'xclock.c')
-rw-r--r--xclock.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/xclock.c b/xclock.c
index 9091c57..18e6c16 100644
--- a/xclock.c
+++ b/xclock.c
@@ -1,4 +1,5 @@
/* $Xorg: xclock.c,v 1.4 2001/02/09 02:05:39 xorgcvs Exp $ */
+/* $XdotOrg: $ */
/*
* xclock -- Hacked from Tony Della Fera's much hacked clock program.
@@ -31,6 +32,11 @@ in this Software without prior written authorization from The Open Group.
*/
/* $XFree86: xclock.c,v 1.16 2002/10/21 13:33:08 alanh Exp $ */
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <X11/Xatom.h>