From: Brian Paul Date: Fri, 28 Jan 2000 22:18:48 +0000 (+0000) Subject: include glapioffset.h instead of ../glapioffsets.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a749f75826a2156eb7dab4b058cc2ef0da05d41d;p=mesa.git include glapioffset.h instead of ../glapioffsets.h --- diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S index e2bdd05959a..a1f5f22493f 100644 --- a/src/mesa/x86/glapi_x86.S +++ b/src/mesa/x86/glapi_x86.S @@ -1,4 +1,4 @@ -/* $Id: glapi_x86.S,v 1.3 2000/01/17 19:29:08 brianp Exp $ */ +/* $Id: glapi_x86.S,v 1.4 2000/01/28 22:18:48 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -31,7 +31,7 @@ #include "assyntax.h" -#include "../glapioffsets.h" +#include "glapioffsets.h" #ifndef __WIN32__