summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glthread.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-09-11 17:59:58 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2008-09-11 17:59:58 +0100
commit5835d7e5735a8df05e9762f5922e412e17d5c525 (patch)
tree14b59a5d3b088c90d6efa4043272a9b4390c1194 /src/mesa/glapi/glthread.c
parent47ad296a183929c2007c35c60d722b4ac680417d (diff)
tree builds
Diffstat (limited to 'src/mesa/glapi/glthread.c')
-rw-r--r--src/mesa/glapi/glthread.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mesa/glapi/glthread.c b/src/mesa/glapi/glthread.c
index 813d6f9dbc..09cc8cfcde 100644
--- a/src/mesa/glapi/glthread.c
+++ b/src/mesa/glapi/glthread.c
@@ -25,15 +25,11 @@
/*
* XXX There's probably some work to do in order to make this file
- * truly reusable outside of Mesa.
+ * truly reusable outside of Mesa. First, the glheader.h include must go.
*/
-#ifdef HAVE_DIX_CONFIG_H
-#include <dix-config.h>
-#endif
-
-#include <stdlib.h>
+#include "main/glheader.h"
#include "glthread.h"