always include thread.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 12 Feb 2000 21:08:00 +0000 (21:08 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 12 Feb 2000 21:08:00 +0000 (21:08 +0000)
src/mesa/glapi/glapi.c

index fc1ab6c..89ccedd 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: glapi.c,v 1.34 2000/02/12 17:31:40 brianp Exp $ */
+/* $Id: glapi.c,v 1.35 2000/02/12 21:08:00 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -47,9 +47,7 @@
 #include "glapinoop.h"
 #include "glapioffsets.h"
 #include "glapitable.h"
-#if defined(THREADS)
 #include "glthread.h"
-#endif
 
 
 /* This is used when thread safety is disabled */