summaryrefslogtreecommitdiff
path: root/apps/codecs/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/codec.h')
-rw-r--r--apps/codecs/codec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/codec.h b/apps/codecs/codec.h
index 6bd1020e09..c00d2bda95 100644
--- a/apps/codecs/codec.h
+++ b/apps/codecs/codec.h
@@ -19,6 +19,8 @@
19 19
20/* Global declarations to be used in rockbox software codecs */ 20/* Global declarations to be used in rockbox software codecs */
21 21
22#include "config.h"
23
22#include <sys/types.h> 24#include <sys/types.h>
23 25
24/* Get these functions 'out of the way' of the standard functions. Not doing 26/* Get these functions 'out of the way' of the standard functions. Not doing