projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85db3d7
)
always include thread.h
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 12 Feb 2000 21:08:00 +0000
(21:08 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 12 Feb 2000 21:08:00 +0000
(21:08 +0000)
src/mesa/glapi/glapi.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.c
b/src/mesa/glapi/glapi.c
index fc1ab6c3163b31746ed4b1811ee2a51777385e3e..89cceddc77ba485e9c2beacd70ec3d83f7f10d54 100644
(file)
--- a/
src/mesa/glapi/glapi.c
+++ b/
src/mesa/glapi/glapi.c
@@
-1,4
+1,4
@@
-/* $Id: glapi.c,v 1.3
4 2000/02/12 17:31:4
0 brianp Exp $ */
+/* $Id: glapi.c,v 1.3
5 2000/02/12 21:08:0
0 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 */