mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
mesa: restore glapi/ prefix on #include
This commit is contained in:
parent
59cc973940
commit
8df4f6667f
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#include "utils.h"
|
||||
#include "dispatch.h"
|
||||
#include "glapi/dispatch.h"
|
||||
|
||||
#ifndef NULL
|
||||
# define NULL 0
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue