egl: #include <stddef.h> for NULL

This commit is contained in:
Eric Engestrom 2019-12-12 12:42:12 +00:00
parent 377df1b5f9
commit 679f40aa6e

View file

@ -108,6 +108,7 @@ def generateSource(functions):
text = ""
text += '#include "egldispatchstubs.h"\n'
text += '#include "g_egldispatchstubs.h"\n'
text += '#include <stddef.h>\n'
text += "\n"
for (func, eglFunc) in functions: