diff options
Diffstat (limited to 'src/build/file2str.c')
-rw-r--r-- | src/build/file2str.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build/file2str.c b/src/build/file2str.c index e7a44742892..7e2ae02746c 100644 --- a/src/build/file2str.c +++ b/src/build/file2str.c @@ -80,6 +80,7 @@ int main(int argc, char *argv[]) } /* write the initial header */ + fprintf(dst, "extern const %s %s[];\n", type, varname); fprintf(dst, "const %s %s[] =\n{\n\t", type, varname); /* write out the data */ |