(generate_c): use "..." in include
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5157 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -83,7 +83,7 @@ generate_c(void)
|
|||||||
fprintf(c_file, "\n");
|
fprintf(c_file, "\n");
|
||||||
fprintf(c_file, "#include <stddef.h>\n");
|
fprintf(c_file, "#include <stddef.h>\n");
|
||||||
fprintf(c_file, "#include <com_err.h>\n");
|
fprintf(c_file, "#include <com_err.h>\n");
|
||||||
fprintf(c_file, "#include <%s>\n", hfn);
|
fprintf(c_file, "#include \"%s\"\n", hfn);
|
||||||
fprintf(c_file, "\n");
|
fprintf(c_file, "\n");
|
||||||
|
|
||||||
fprintf(c_file, "static const char *text[] = {\n");
|
fprintf(c_file, "static const char *text[] = {\n");
|
||||||
|
Reference in New Issue
Block a user