summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-08 07:11:56 +0000
committerKeith Packard <keithp@keithp.com>2005-07-08 07:11:56 +0000
commitafdae2e8ccb93de2987b5a5e850695af15ece7e0 (patch)
treea49b888fd2294f4e115f0a215ddcd2f4138c9e82 /include
parent86fa88dc594ca2093030acf5c84973ee2b33eb4c (diff)
Create and use XlibConf.h to match modular build which needs XTHREADS defined when building extensions
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xlibint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/X11/Xlibint.h b/include/X11/Xlibint.h
index 4ff7fb6..8517f65 100644
--- a/include/X11/Xlibint.h
+++ b/include/X11/Xlibint.h
@@ -42,6 +42,7 @@ from The Open Group.
#include <X11/Xlib.h>
#include <X11/Xproto.h> /* to declare xEvent */
+#include <X11/XlibConf.h> /* for configured options like XTHREADS */
#ifdef WIN32
#define _XFlush _XFlushIt