orcc: Fix warning in generated code
authorDavid Schleef <ds@schleef.org>
Wed, 11 Aug 2010 07:26:19 +0000 (00:26 -0700)
committerDavid Schleef <ds@schleef.org>
Wed, 11 Aug 2010 07:26:19 +0000 (00:26 -0700)
tools/orcc.c

index 1e115db..bea78fa 100644 (file)
@@ -260,6 +260,7 @@ main (int argc, char *argv[])
     fprintf(output, "#include <orc/orc.h>\n");
     fprintf(output, "#include <orc-test/orctest.h>\n");
     fprintf(output, "#include <stdio.h>\n");
+    fprintf(output, "#include <string.h>\n");
     fprintf(output, "#include <stdlib.h>\n");
     fprintf(output, "#include <math.h>\n");
     if (include_file) {