diff --git a/app/src/compat.c b/app/src/compat.c index b3b98bf1..4d084517 100644 --- a/app/src/compat.c +++ b/app/src/compat.c @@ -2,6 +2,9 @@ #include "config.h" +#include +#include + #ifndef HAVE_STRDUP char *strdup(const char *s) { size_t size = strlen(s) + 1;