diff options
Diffstat (limited to '')
-rw-r--r-- | src/myfprintf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/myfprintf.h b/src/myfprintf.h index 287902f9b..c857b3e50 100644 --- a/src/myfprintf.h +++ b/src/myfprintf.h @@ -21,9 +21,7 @@ #include "../config.h" #include "gcc.h" - -#include <stdarg.h> -#include <stdio.h> +#include "os_compat.h" mpd_fprintf void fdprintf(const int fd, const char *fmt, ...); void vfdprintf(const int fd, const char *fmt, va_list arglist); |