diff options
author | Brian Paul <[email protected]> | 2008-11-10 16:38:47 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-11-10 16:38:47 -0700 |
commit | 8df4f6667f2892368791ae25505a996bc0edfacb (patch) | |
tree | b19614458719c97a75af1197a80722227b5978cf /src/mesa/glapi/extension_helper.py | |
parent | 59cc9739400c3a1654c069586070ff218993cd37 (diff) |
mesa: restore glapi/ prefix on #include
Diffstat (limited to 'src/mesa/glapi/extension_helper.py')
-rw-r--r-- | src/mesa/glapi/extension_helper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/extension_helper.py b/src/mesa/glapi/extension_helper.py index f7fa90c3900..375e3ea59e7 100644 --- a/src/mesa/glapi/extension_helper.py +++ b/src/mesa/glapi/extension_helper.py @@ -151,7 +151,7 @@ class PrintGlExtensionGlue(gl_XML.gl_print_base): def printRealHeader(self): print '#include "utils.h"' - print '#include "dispatch.h"' + print '#include "glapi/dispatch.h"' print '' return |