diff options
author | Brian Paul <[email protected]> | 2000-01-28 22:18:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-28 22:18:48 +0000 |
commit | a749f75826a2156eb7dab4b058cc2ef0da05d41d (patch) | |
tree | 555b948f787d4b5c6a43706d9290de5c5947a4c4 /src | |
parent | bfd2bd2b3a24723b3a9f5fc7d590ea639a92482a (diff) |
include glapioffset.h instead of ../glapioffsets.h
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/x86/glapi_x86.S | 4 |
1 files changed, 2 insertions, 2 deletions
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__ |