summaryrefslogtreecommitdiff
path: root/include/X11
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-24 00:23:32 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-24 00:23:32 +0000
commit0543cf76a5e11133b5f76fa37b39cbe2985c1c75 (patch)
tree22da4611accb50a63d8ff58f243ff81a6699235f /include/X11
parent88374bab9adfe73dc445d4202a28e4d6021a674f (diff)
downloadxorg-lib-libXt-0543cf76a5e11133b5f76fa37b39cbe2985c1c75.tar.gz
Include <X11/XlibConf.h> to get correct XTHREADS settings in non-ImakeXORG-6_8_99_901
builds.
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/ThreadsI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/X11/ThreadsI.h b/include/X11/ThreadsI.h
index 7813174..1492d77 100644
--- a/include/X11/ThreadsI.h
+++ b/include/X11/ThreadsI.h
@@ -58,6 +58,8 @@ in this Software without prior written authorization from The Open Group.
#ifndef _XtThreadsI_h
#define _XtThreadsI_h
+#include <X11/XlibConf.h>
+
#ifdef XTHREADS
typedef struct _LockRec *LockPtr;