Add appropriate headers for exit and printf.
authorDiego Biurrun <diego@biurrun.de>
Sun, 10 Jun 2007 14:12:01 +0000 (14:12 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 10 Jun 2007 14:12:01 +0000 (14:12 +0000)
Originally committed as revision 9268 to svn://svn.ffmpeg.org/ffmpeg/trunk

cws2fws.c

index 61f1294..5d8f524 100644 (file)
--- a/cws2fws.c
+++ b/cws2fws.c
@@ -8,6 +8,8 @@
 
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <zlib.h>