diff options
Diffstat (limited to 'src/world.c')
-rw-r--r-- | src/world.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c index 7ec483e8..49a84d42 100644 --- a/src/world.c +++ b/src/world.c @@ -19,9 +19,12 @@ #include "serd_internal.h" #include "serd_config.h" +#include <errno.h> #include <stdarg.h> #include <stdio.h> -#if defined(HAVE_POSIX_FADVISE) +#include <stdlib.h> +#include <string.h> +#if defined(HAVE_POSIX_FADVISE) || defined(HAVE_FILENO) # include <fcntl.h> #endif |