diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm_resample_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm_resample_internal.h b/src/pcm_resample_internal.h index 74363a590..cdb3c9a2f 100644 --- a/src/pcm_resample_internal.h +++ b/src/pcm_resample_internal.h @@ -27,8 +27,8 @@ #ifndef MPD_PCM_RESAMPLE_INTERNAL_H #define MPD_PCM_RESAMPLE_INTERNAL_H +#include "check.h" #include "pcm_resample.h" -#include "config.h" #ifdef HAVE_LIBSAMPLERATE |