Add appropriate headers for exit and printf.

Originally committed as revision 9268 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-06-10 14:12:01 +00:00
parent ed7bf3c3c8
commit a65bafeff0
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <zlib.h>