summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2008-01-10 10:03:17 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2008-01-10 10:06:00 +0100
commit51ea675745f4212c0bd859a940350faf466df102 (patch)
tree34a31e98e10113eb89f9bc4d151fcbe0909e273d
parentd23869a88a1e9e41c9ebbd5f918ede16a8ee838f (diff)
Add glapi/ path for inclusion of glapioffsets.h.
Not sure why this is only needed now...
-rw-r--r--src/mesa/x86/glapi_x86.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S
index 1d04779d148..8b7204cdb79 100644
--- a/src/mesa/x86/glapi_x86.S
+++ b/src/mesa/x86/glapi_x86.S
@@ -27,7 +27,7 @@
*/
#include "assyntax.h"
-#include "glapioffsets.h"
+#include "glapi/glapioffsets.h"
#if defined(STDCALL_API)
# if defined(USE_MGL_NAMESPACE)