diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-13 22:53:36 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-13 22:53:36 +0000 |
commit | 7eee605e3aeed549d1053325a03027c5e8cbf71b (patch) | |
tree | 3cea3cc392af388deb1b7ded8b50889008ca2a6f /src/GetHints.c | |
parent | 6769ccda88caf27d1441d335ef2b318a047a612b (diff) | |
download | xorg-lib-libX11-7eee605e3aeed549d1053325a03027c5e8cbf71b.tar.gz |
- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...>XORG-6_8_99_7
- 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 'src/GetHints.c')
-rw-r--r-- | src/GetHints.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GetHints.c b/src/GetHints.c index d2452700..4faccb62 100644 --- a/src/GetHints.c +++ b/src/GetHints.c @@ -48,6 +48,9 @@ SOFTWARE. ******************************************************************/ /* $XFree86: xc/lib/X11/GetHints.c,v 1.3 2001/01/17 19:41:36 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/Xlibint.h> #include <X11/Xos.h> #include <X11/Xutil.h> |