diff options
author | Michel Dänzer <[email protected]> | 2008-01-10 10:03:17 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2008-01-10 10:06:00 +0100 |
commit | 51ea675745f4212c0bd859a940350faf466df102 (patch) | |
tree | 34a31e98e10113eb89f9bc4d151fcbe0909e273d /src/mesa/x86 | |
parent | d23869a88a1e9e41c9ebbd5f918ede16a8ee838f (diff) |
Add glapi/ path for inclusion of glapioffsets.h.
Not sure why this is only needed now...
Diffstat (limited to 'src/mesa/x86')
-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 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) |