mesa: make mm.c use unsigned ints for offsets.
[mesa.git] / src / mesa / glapi / glthread.c
index 92f2e5bf560f371f3bcdc5748ff3730f56ec134e..813d6f9dbc2d94eb9eb14b7aedd845ab1ff805a1 100644 (file)
@@ -25,7 +25,7 @@
 
 /*
  * XXX There's probably some work to do in order to make this file
- * truly reusable outside of Mesa.  First, the glheader.h include must go.
+ * truly reusable outside of Mesa.
  */
 
 
@@ -33,7 +33,7 @@
 #include <dix-config.h>
 #endif
 
-#include "glheader.h"
+#include <stdlib.h>
 #include "glthread.h"