summaryrefslogtreecommitdiff
path: root/src/XLbx.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/XLbx.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/XLbx.c')
-rw-r--r--src/XLbx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/XLbx.c b/src/XLbx.c
index d382ff5..8c0cfad 100644
--- a/src/XLbx.c
+++ b/src/XLbx.c
@@ -26,6 +26,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/XLbx.h>