summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-23 19:17:57 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-23 19:17:57 +0100
commit333d377bbda4f598292108f91cd8ec4f0f647c20 (patch)
treeccf6d2f0025095190f47b17c403d6c4a5e3b6844 /src
parent0ac2f7955c01749e122f67ff03e79a0d8bd0f8e5 (diff)
glapi: fix include path & make build work
Diffstat (limited to 'src')
-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 9a5d875e21..b99c2b6520 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)