summaryrefslogtreecommitdiff
path: root/src/Xdbe.c
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-18 18:52:39 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-18 18:52:39 +0000
commitdc7cb253ba14b78ef0f863995bd0fc5a6a0ee017 (patch)
treeeb87d62679fdb06d6cab16d1e16600550a3f62b2 /src/Xdbe.c
parent279e13a6a36bfeb3c8aa4272fdd6d4bcef9723a6 (diff)
downloadxorg-lib-libXext-dc7cb253ba14b78ef0f863995bd0fc5a6a0ee017.tar.gz
- Conditionally include config.h in Xext source - Remove unnecessary include of ImUtil.h from XShm.c
Diffstat (limited to 'src/Xdbe.c')
-rw-r--r--src/Xdbe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Xdbe.c b/src/Xdbe.c
index 039d53c..954c8f0 100644
--- a/src/Xdbe.c
+++ b/src/Xdbe.c
@@ -34,6 +34,9 @@
#define NEED_EVENTS
#define NEED_REPLIES
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <X11/Xlibint.h>
#include <X11/extensions/Xext.h>