Skip to content
Snippets Groups Projects
Commit a65bafef authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Add appropriate headers for exit and printf.

Originally committed as revision 9268 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ed7bf3c3
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <zlib.h> #include <zlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment