projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b73c38
)
orcc: Fix warning in generated code
author
David Schleef
<ds@schleef.org>
Wed, 11 Aug 2010 07:26:19 +0000
(
00:26
-0700)
committer
David Schleef
<ds@schleef.org>
Wed, 11 Aug 2010 07:26:19 +0000
(
00:26
-0700)
tools/orcc.c
patch
|
blob
|
history
diff --git
a/tools/orcc.c
b/tools/orcc.c
index
1e115db
..
bea78fa
100644
(file)
--- a/
tools/orcc.c
+++ b/
tools/orcc.c
@@
-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) {