diff --git a/firmware/export/ascodec.h b/firmware/export/ascodec.h index b8bab8a640..93cd767608 100644 --- a/firmware/export/ascodec.h +++ b/firmware/export/ascodec.h @@ -22,6 +22,10 @@ #ifndef _ASCODEC_H #define _ASCODEC_H +#include "config.h" + +#ifdef HAVE_AS3514 #include "ascodec-target.h" +#endif #endif