summaryrefslogtreecommitdiff
blob: b9132c2ac52926742dc4c50bfc464152a89ee8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
http://bugs.gentoo.org/122035

--- output-swf.c
+++ output-swf.c
@@ -24,7 +24,6 @@
 #include "spline.h"
 #include "color.h"
 #include "output-swf.h"
-#include <ming.h>
 
 #define FPS 24.0
 #define IMGID 1

--- output-swf.h
+++ output-swf.h
@@ -23,6 +23,7 @@
 #define OUTPUTSWF_H 
 
 #include "output.h"
+#include <ming.h>
 
 int output_swf_writer(FILE* file, at_string name,
 		      int llx, int lly, int urx, int ury, 
@@ -31,4 +32,6 @@
 		      at_msg_func msg_func, 
 		      at_address msg_data);
 
+void fileOutputMethod(byte b, void *data);
+
 #endif /* Not def: OUTPUTSWF_H */