scanner: include stddef.h to provide NULL and size_t
This commit is contained in:
committed by
Kristian Høgsberg
parent
b163cef6e7
commit
9f89a40ec1
@@ -520,6 +520,7 @@ emit_header(struct protocol *protocol, int server)
|
|||||||
"#endif\n"
|
"#endif\n"
|
||||||
"\n"
|
"\n"
|
||||||
"#include <stdint.h>\n"
|
"#include <stdint.h>\n"
|
||||||
|
"#include <stddef.h>\n"
|
||||||
"#include \"wayland-util.h\"\n\n"
|
"#include \"wayland-util.h\"\n\n"
|
||||||
"struct wl_client;\n\n",
|
"struct wl_client;\n\n",
|
||||||
copyright,
|
copyright,
|
||||||
|
|||||||
Reference in New Issue
Block a user