From 7eee605e3aeed549d1053325a03027c5e8cbf71b Mon Sep 17 00:00:00 2001 From: Søren Sandmann Pedersen Date: Fri, 13 May 2005 22:53:36 +0000 Subject: - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in - 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 --- src/QuTree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/QuTree.c') diff --git a/src/QuTree.c b/src/QuTree.c index bb7307a1..1a743284 100644 --- a/src/QuTree.c +++ b/src/QuTree.c @@ -27,6 +27,9 @@ in this Software without prior written authorization from The Open Group. /* $XFree86: xc/lib/X11/QuTree.c,v 1.5 2001/01/17 19:41:42 dawes Exp $ */ #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include +#endif #include "Xlibint.h" Status XQueryTree (dpy, w, root, parent, children, nchildren) -- cgit v1.2.3