diff options
Diffstat (limited to 'src/myfprintf.c')
-rw-r--r-- | src/myfprintf.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/myfprintf.c b/src/myfprintf.c index 930078398..fdea2b78f 100644 --- a/src/myfprintf.c +++ b/src/myfprintf.c @@ -22,14 +22,7 @@ #include "log.h" #include "conf.h" #include "utils.h" - -#include <stdarg.h> -#include <sys/param.h> -#include <unistd.h> -#include <sys/select.h> -#include <fcntl.h> -#include <string.h> -#include <errno.h> +#include "os_compat.h" #define BUFFER_LENGTH MPD_PATH_MAX+1024 |