diff options
Diffstat (limited to 'include/X11/ThreadsI.h')
-rw-r--r-- | include/X11/ThreadsI.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/X11/ThreadsI.h b/include/X11/ThreadsI.h index 93cda63..3b51e07 100644 --- a/include/X11/ThreadsI.h +++ b/include/X11/ThreadsI.h @@ -53,6 +53,11 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/Xt/ThreadsI.h,v 3.5 2001/12/14 19:56:31 dawes Exp $ */ + +#ifndef _XtThreadsI_h +#define _XtThreadsI_h + #ifdef XTHREADS typedef struct _LockRec *LockPtr; @@ -132,3 +137,4 @@ extern void (*_XtInitAppLock)( #define DPY_TO_APPCON(d) #endif /* !defined(XTHREADS) */ +#endif /* _XtThreadsI_h */ |