diff options
-rw-r--r-- | libhb/compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/compat.c b/libhb/compat.c index 6d0bdddf0..67a5dba7e 100644 --- a/libhb/compat.c +++ b/libhb/compat.c @@ -46,6 +46,7 @@ char *strtok_r(char *s, const char *delim, char **save_ptr) #include <sys/types.h> #include <errno.h> #include <string.h> +#include <stdio.h> #define ERRSTR_LEN 20 |