diff options
author | Chia-I Wu <[email protected]> | 2009-09-03 11:03:20 +0800 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-05 20:04:11 -0700 |
commit | 5b426288c2dbc42ef44ea13fe37afa77223107bb (patch) | |
tree | 94bec3a9b82515a581958d539ad0d87446174984 /src/mesa/glapi/gl_x86_asm.py | |
parent | 7df4c7e1b8faf0c0339ca7287e3560fafab02b6a (diff) |
glapi: Include headers with directory prefixes.
This allows different sets of generated sources and headers to be used.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/mesa/glapi/gl_x86_asm.py')
-rw-r--r-- | src/mesa/glapi/gl_x86_asm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/gl_x86_asm.py b/src/mesa/glapi/gl_x86_asm.py index 36f0e31fe23..d293497736b 100644 --- a/src/mesa/glapi/gl_x86_asm.py +++ b/src/mesa/glapi/gl_x86_asm.py @@ -53,7 +53,7 @@ class PrintGenericStubs(gl_XML.gl_print_base): def printRealHeader(self): - print '#include "assyntax.h"' + print '#include "x86/assyntax.h"' print '#include "glapi/glapioffsets.h"' print '' print '#if defined(STDCALL_API)' |