include glapioffset.h instead of ../glapioffsets.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 28 Jan 2000 22:18:48 +0000 (22:18 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 28 Jan 2000 22:18:48 +0000 (22:18 +0000)
src/mesa/x86/glapi_x86.S

index e2bdd05959aaf7b677ad64352abb13bf95ecece6..a1f5f22493f4f6537eb3b63b29acab1a0c10b536 100644 (file)
@@ -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__