[FFmpeg-cvslog] getopt: Add missing includes
Martin Storsjö
git at videolan.org
Fri Aug 17 17:10:46 CEST 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Aug 16 15:04:27 2012 +0300| [da8201cc82e379de6d756b993443fdd7e820869c] | committer: Martin Storsjö
getopt: Add missing includes
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da8201cc82e379de6d756b993443fdd7e820869c
---
compat/getopt.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/compat/getopt.c b/compat/getopt.c
index 3a873b2..c7f8ef3 100644
--- a/compat/getopt.c
+++ b/compat/getopt.c
@@ -30,6 +30,9 @@
* in the public domain.
*/
+#include <stdio.h>
+#include <string.h>
+
#define EOF (-1)
static int opterr = 1;
More information about the ffmpeg-cvslog
mailing list