Add glapi/ path for inclusion of glapioffsets.h.
authorMichel Dänzer <michel@tungstengraphics.com>
Thu, 10 Jan 2008 09:03:17 +0000 (10:03 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Thu, 10 Jan 2008 09:06:00 +0000 (10:06 +0100)
Not sure why this is only needed now...

src/mesa/x86/glapi_x86.S

index 1d04779d148170fc27dc67da38e31890ace2f521..8b7204cdb79eaab88422608b592c4ea12a69cb45 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 #include "assyntax.h"
-#include "glapioffsets.h"
+#include "glapi/glapioffsets.h"
 
 #if defined(STDCALL_API)
 # if defined(USE_MGL_NAMESPACE)