glapi: fix include path & make build work
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 23 May 2008 18:17:57 +0000 (19:17 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 23 May 2008 18:17:57 +0000 (19:17 +0100)
src/mesa/x86/glapi_x86.S

index 9a5d875e21495ccd7c44baa8adda35b20fb69a91..b99c2b65203534d4dd4aa2430a0f8c5f0c7a3c61 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)