diff options
Diffstat (limited to 'drivers/opus/internal.c')
-rw-r--r-- | drivers/opus/internal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/opus/internal.c b/drivers/opus/internal.c index a9c3671179..493a8c4dd5 100644 --- a/drivers/opus/internal.c +++ b/drivers/opus/internal.c @@ -10,10 +10,10 @@ * * ********************************************************************/ #ifdef OPUS_HAVE_CONFIG_H -#include "opus_config.h" +#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){ |