From a749f75826a2156eb7dab4b058cc2ef0da05d41d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 28 Jan 2000 22:18:48 +0000 Subject: include glapioffset.h instead of ../glapioffsets.h --- src/mesa/x86/glapi_x86.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mesa/x86/glapi_x86.S b/src/mesa/x86/glapi_x86.S index e2bdd05959..a1f5f22493 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__ -- cgit v1.2.3