diff options
Diffstat (limited to 'drivers/opus/internal.c')
-rw-r--r-- | drivers/opus/internal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/opus/internal.c b/drivers/opus/internal.c index a9c3671179..d73628ec53 100644 --- a/drivers/opus/internal.c +++ b/drivers/opus/internal.c @@ -9,11 +9,11 @@ * by the Xiph.Org Foundation and contributors http://www.xiph.org/ * * * ********************************************************************/ -#ifdef OPUS_HAVE_CONFIG_H -#include "opus_config.h" +#ifdef OPUS_ENABLED +#include "opus/opus_config.h" #endif -#include "internal.h" +#include "opus/internal.h" #if defined(OP_ENABLE_ASSERTIONS) void op_fatal_impl(const char *_str,const char *_file,int _line){ |