summaryrefslogtreecommitdiff
path: root/cws2fws.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-10 14:12:01 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-10 14:12:01 +0000
commita65bafeff018b42b2c6341e172867e213212a7b0 (patch)
tree5fcd1e92f251bb6f5b11802cc094fb2087a20fbf /cws2fws.c
parented7bf3c3c835e6b6be2fb1a8c7e403f39698aeb2 (diff)
Add appropriate headers for exit and printf.
Originally committed as revision 9268 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cws2fws.c')
-rw-r--r--cws2fws.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cws2fws.c b/cws2fws.c
index 61f12940d5..5d8f524b7a 100644
--- 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>