git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bda0c1
)
added math.h include.
author
kramm
<kramm>
Fri, 12 Nov 2004 18:29:08 +0000
(18:29 +0000)
committer
kramm
<kramm>
Fri, 12 Nov 2004 18:29:08 +0000
(18:29 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
4e2fa40
..
23bd0e1
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-30,6
+30,7
@@
extern "C" {
#include <stdio.h>
#include <stdlib.h>
+#include <math.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>