diff options
Diffstat (limited to '')
-rw-r--r-- | src/os_compat.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/os_compat.h b/src/os_compat.h index c3aede51c..772ba4957 100644 --- a/src/os_compat.h +++ b/src/os_compat.h @@ -31,11 +31,9 @@ * 2) optional features in core (libsamplerate, avahi, ...) */ -#include "mpd_types.h" - -#define _XOPEN_SOURCE 600 /* for posix_fadvise, won't hurt if not available */ #include <fcntl.h> +#include <stdint.h> #include <stdio.h> #include <sys/uio.h> #include <sys/stat.h> |