diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-24 00:23:32 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-24 00:23:32 +0000 |
commit | 0543cf76a5e11133b5f76fa37b39cbe2985c1c75 (patch) | |
tree | 22da4611accb50a63d8ff58f243ff81a6699235f | |
parent | 88374bab9adfe73dc445d4202a28e4d6021a674f (diff) |
Include <X11/XlibConf.h> to get correct XTHREADS settings in non-ImakeXORG-6_8_99_901
builds.
-rw-r--r-- | include/X11/ThreadsI.h | 2 |
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; |