summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/ascodec.h4
1 files changed, 4 insertions, 0 deletions
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 @@
22#ifndef _ASCODEC_H 22#ifndef _ASCODEC_H
23#define _ASCODEC_H 23#define _ASCODEC_H
24 24
25#include "config.h"
26
27#ifdef HAVE_AS3514
25#include "ascodec-target.h" 28#include "ascodec-target.h"
29#endif
26 30
27#endif 31#endif