diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-05-23 19:17:57 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-05-23 19:17:57 +0100 |
commit | 333d377bbda4f598292108f91cd8ec4f0f647c20 (patch) | |
tree | ccf6d2f0025095190f47b17c403d6c4a5e3b6844 | |
parent | 0ac2f7955c01749e122f67ff03e79a0d8bd0f8e5 (diff) |
glapi: fix include path & make build work
-rw-r--r-- | src/mesa/x86/glapi_x86.S | 2 |
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) |