summaryrefslogtreecommitdiff
path: root/xkb/XKBGAlloc.c
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-13 22:53:44 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-13 22:53:44 +0000
commita9d820b454bbb418d04e1d3c3d5d4dd10d7bb3af (patch)
tree7037a6abdf49f337627ad1239d29f158ac72d8ff /xkb/XKBGAlloc.c
parent8993e70d8da89e130455369ccb504b3adea5344f (diff)
- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in
<X11/...> - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source
Diffstat (limited to 'xkb/XKBGAlloc.c')
-rw-r--r--xkb/XKBGAlloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xkb/XKBGAlloc.c b/xkb/XKBGAlloc.c
index 6aa41d06e..a1c0d1be8 100644
--- a/xkb/XKBGAlloc.c
+++ b/xkb/XKBGAlloc.c
@@ -31,6 +31,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef XKB_IN_SERVER
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include "Xlibint.h"
#include "XKBlibint.h"