C backend: added missing #include
This commit is contained in:
parent
3714cd2a39
commit
a7e34a0a17
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ let pp_cfile_desc fmt filen cfile =
|
|||
Misc.print_header_info fmt "/*" "*/";
|
||||
fprintf fmt "#include <stdio.h>@\n";
|
||||
fprintf fmt "#include <string.h>@\n";
|
||||
fprintf fmt "#include <stdlib.h>@\n";
|
||||
fprintf fmt "#include \"%s\"@\n@\n" headern;
|
||||
fprintf fmt "#define FALSE 0@\n#define TRUE 1@\n@\n";
|
||||
iter (pp_cdef fmt) cdefs
|
||||
|
|
Loading…
Reference in a new issue