From: John Stebbins Date: Wed, 17 Apr 2019 13:30:30 +0000 (-0600) Subject: compat: fix compiler warning in strerror_r X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91a2a7afda4de02cb0dcd24e015a052a48f8ed43;p=handbrake compat: fix compiler warning in strerror_r implicit delcaration of snprintf --- 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 #include #include +#include #define ERRSTR_LEN 20