summaryrefslogtreecommitdiff
path: root/firmware/export/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/audio.h')
-rw-r--r--firmware/export/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h
index 661247df2f..4f9ef1a4e1 100644
--- a/firmware/export/audio.h
+++ b/firmware/export/audio.h
@@ -23,6 +23,7 @@
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include <sys/types.h> 25#include <sys/types.h>
26#include "config.h"
26/* These must always be included with audio.h for this to compile under 27/* These must always be included with audio.h for this to compile under
27 cetain conditions. Do it here or else spread the complication around to 28 cetain conditions. Do it here or else spread the complication around to
28 many files. */ 29 many files. */