Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-10-15 23:29:05 +0400
committerDavid Schleef <ds@schleef.org>2009-10-15 23:52:14 +0400
commit2fe7444cee14b6958fe3370172be182cacb596ee (patch)
treebb6177e5ffd3fb735ca5d8430d1f0afa2db8554b /tools
parent9f4b6e06ad531997924e70be22dc0e11a3bddc59 (diff)
Add C rules for float opcodes
Diffstat (limited to 'tools')
-rw-r--r--tools/orcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/orcc.c b/tools/orcc.c
index 485b7f4..8ba33cb 100644
--- a/tools/orcc.c
+++ b/tools/orcc.c
@@ -188,6 +188,7 @@ main (int argc, char *argv[])
fprintf(output, "#include <orc-test/orctest.h>\n");
fprintf(output, "#include <stdio.h>\n");
fprintf(output, "#include <stdlib.h>\n");
+ fprintf(output, "#include <math.h>\n");
if (include_file) {
fprintf(output, "#include <%s>\n", include_file);
}