--- 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; -- 1.7.9.4
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
