Hi, On Sep 13, 2012 4:16 AM, "Martin Storsjö" <mar...@martin.st> wrote: > > On Thu, 13 Sep 2012, Martin Storsjö wrote: > >> This fixes building of this tool on mingw32ce. >> --- >> tools/trasher.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/tools/trasher.c b/tools/trasher.c >> index 11605b8..35625e9 100644 >> --- a/tools/trasher.c >> +++ b/tools/trasher.c >> @@ -21,6 +21,8 @@ >> #include <stdio.h> >> #include <stdlib.h> >> #include <inttypes.h> >> +#include <errno.h> >> +#include <string.h> >> >> static uint32_t state; >> static uint32_t ran(void) >> -- >> 1.7.9.4 > > > These are required for errno and strerror, FWIW. (I'll amend the commit message.)
OK. Ronald
_______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel