]> git.sesse.net Git - ffmpeg/blobdiff - compat/getopt.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / compat / getopt.c
index 46836473011e03639b73ccd5b56217489184e81b..019049f8c0ddc2c2c725128f913ed4661a1a563d 100644 (file)
@@ -30,7 +30,8 @@
  * in the public domain.
  */
 
-#define EOF (-1)
+#include <stdio.h>
+#include <string.h>
 
 static int opterr = 1;
 static int optind = 1;