summaryrefslogtreecommitdiff
path: root/WC8.c
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-12 16:27:25 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-12 16:27:25 +0000
commit0ea8a9fde966a2fbdc075e4cfc47235d3c899022 (patch)
tree6709f86c029e832ac5e35a9c2359e9dec148eea9 /WC8.c
parent845dff36906d99a80ea920a8d0efb73bd0b88d56 (diff)
Conditionally include config.h add Makefile.am
Diffstat (limited to 'WC8.c')
-rw-r--r--WC8.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/WC8.c b/WC8.c
index c7f7012..2cbd6f1 100644
--- a/WC8.c
+++ b/WC8.c
@@ -29,6 +29,9 @@ in this Software without prior written authorization from The Open Group.
/* $XFree86: xc/lib/Xdmcp/WC8.c,v 1.4 2001/01/17 19:42:44 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <X11/Xos.h>
#include <X11/X.h>
#include <X11/Xmd.h>