asn1: Template gen must emit include of asn1_err.h

This commit is contained in:
Nicolas Williams
2021-01-22 13:09:20 -06:00
parent 51d3cb376a
commit f09c3a26e8

View File

@@ -298,6 +298,7 @@ init_generate (const char *filename, const char *base)
"#include <string.h>\n"
"#include <errno.h>\n"
"#include <limits.h>\n"
"#include <asn1_err.h>\n"
"#include <%s>\n",
filename,
type_file_string);