diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-10 14:12:01 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-10 14:12:01 +0000 |
commit | a65bafeff018b42b2c6341e172867e213212a7b0 (patch) | |
tree | 5fcd1e92f251bb6f5b11802cc094fb2087a20fbf /cws2fws.c | |
parent | ed7bf3c3c835e6b6be2fb1a8c7e403f39698aeb2 (diff) | |
download | ffmpeg-a65bafeff018b42b2c6341e172867e213212a7b0.tar.gz |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ #include <sys/stat.h> #include <fcntl.h> +#include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <zlib.h> |