diff options
Diffstat (limited to 'apps/rbcodecconfig.h')
| -rw-r--r-- | apps/rbcodecconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/rbcodecconfig.h b/apps/rbcodecconfig.h index cc51595..c924159 100644 --- a/apps/rbcodecconfig.h +++ b/apps/rbcodecconfig.h @@ -1,7 +1,8 @@ #ifndef RBCODECCONFIG_H_INCLUDED #define RBCODECCONFIG_H_INCLUDED -#include "config.h" +/* Explicit path to avoid issues with name clashes (libopus) */ +#include "../firmware/export/config.h" #ifndef __ASSEMBLER__ |