]> git.sesse.net Git - ffmpeg/commitdiff
getopt: Add missing includes
authorMartin Storsjö <martin@martin.st>
Thu, 16 Aug 2012 12:04:27 +0000 (15:04 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 16 Aug 2012 19:25:13 +0000 (22:25 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
compat/getopt.c

index 3a873b27eee4a4d7fcb96b28b11bb7b82b5e1a42..c7f8ef3260e362768a3d44af8bf42cdf6f4c48c3 100644 (file)
@@ -30,6 +30,9 @@
  * in the public domain.
  */
 
+#include <stdio.h>
+#include <string.h>
+
 #define EOF (-1)
 
 static int opterr = 1;