X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fmodules%2Fswfdump.c;h=f51d6c0c60bf81955996e84ceb8bc27ac7d7659a;hb=644837a3d0f18ac76d55c9ba438246cb5a2927d6;hp=749a1d646d04155e081b7a00c7b3879b477d2ec4;hpb=ba64d5da3ab706b4243e95c80677e6a19d0fd181;p=swftools.git diff --git a/lib/modules/swfdump.c b/lib/modules/swfdump.c index 749a1d6..f51d6c0 100644 --- a/lib/modules/swfdump.c +++ b/lib/modules/swfdump.c @@ -21,6 +21,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include +#include +#include "../rfxswf.h" + void swf_DumpHeader(FILE * f,SWF * swf) { if (!f) f = stderr; fprintf(f,"File size\t%u\n",swf->fileSize);