From: Michel Dänzer Date: Thu, 10 Jan 2008 09:03:17 +0000 (+0100) Subject: Add glapi/ path for inclusion of glapioffsets.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51ea675745f4212c0bd859a940350faf466df102;p=mesa.git Add glapi/ path for inclusion of glapioffsets.h. Not sure why this is only needed now... --- 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)