summaryrefslogtreecommitdiff
path: root/src/QuTree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/QuTree.c')
-rw-r--r--src/QuTree.c3
1 files changed, 3 insertions, 0 deletions
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 <config.h>
+#endif
#include "Xlibint.h"
Status XQueryTree (dpy, w, root, parent, children, nchildren)