added GL_SGIX/SGIS_pixel_texture
[mesa.git] / src / mesa / main / glheader.h
index 8a72d7f701c48b014ff4d94d90e2beb22a3dae9d..908ffe9b3c8d8fc7864afcd5ebc920c34358553a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: glheader.h,v 1.5 2000/02/23 01:36:44 brianp Exp $ */
+/* $Id: glheader.h,v 1.7 2000/03/22 23:20:12 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -52,6 +52,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
+#if defined(__linux__) && defined(__i386__) 
+#include <fpu_control.h>
+#endif
 #endif
 #include <float.h>
 
@@ -60,8 +63,8 @@
 #include "conf.h"
 #endif
 
-#include <GL/gl.h>
-#include <GL/glext.h>
+#include "GL/gl.h"
+#include "GL/glext.h"
 
 
 /*