diff options
Diffstat (limited to 'src/post/audio/stretch.c')
-rw-r--r-- | src/post/audio/stretch.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/post/audio/stretch.c b/src/post/audio/stretch.c index c082eefa6..36ac18dd6 100644 --- a/src/post/audio/stretch.c +++ b/src/post/audio/stretch.c @@ -20,6 +20,10 @@ * Time stretch by a given factor, optionally preserving pitch */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <xine/xine_internal.h> |