diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm/PcmResample.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcm/PcmResample.cxx b/src/pcm/PcmResample.cxx index 9ade8cf5b..e2ce095d1 100644 --- a/src/pcm/PcmResample.cxx +++ b/src/pcm/PcmResample.cxx @@ -21,7 +21,8 @@ #include "PcmResampleInternal.hxx" #ifdef HAVE_LIBSAMPLERATE -#include "conf.h" +#include "ConfigGlobal.hxx" +#include "ConfigOption.hxx" #endif #include <string.h> |