Fix build problems related to finding Xthreads.h.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
#include "glapitable.h"
|
||||
#include "glxextensions.h"
|
||||
#if defined( XTHREADS )
|
||||
# include "Xthreads.h"
|
||||
# include <X11/Xthreads.h>
|
||||
#elif defined( PTHREADS )
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
@@ -51,11 +51,6 @@
|
||||
#include <assert.h>
|
||||
#include "indirect_init.h"
|
||||
#include "glapi.h"
|
||||
#ifdef XTHREADS
|
||||
# include "Xthreads.h"
|
||||
#elif defined(PTHREADS)
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
#include "glxextensions.h"
|
||||
#include "glcontextmodes.h"
|
||||
#include "glheader.h"
|
||||
|
||||
Reference in New Issue
Block a user