summaryrefslogtreecommitdiff
path: root/firmware/export/audiohw.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-04-15 13:24:29 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-04-15 13:24:29 -0400
commitbbd991ad63805533ec4e2558061bbba48bfab1a9 (patch)
tree21986650ba75882d2100597591d4338dc6a14c10 /firmware/export/audiohw.h
parent0971f576341cf38c04d2d9735f0a385e62974108 (diff)
downloadrockbox-bbd991ad63805533ec4e2558061bbba48bfab1a9.tar.gz
rockbox-bbd991ad63805533ec4e2558061bbba48bfab1a9.zip
Fix some more errors and warnings from 0c7b787.
Change-Id: Ib67d0ab344e36964cadbcc982dc2afe35733770b
Diffstat (limited to 'firmware/export/audiohw.h')
-rw-r--r--firmware/export/audiohw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h
index 4bd4ecb019..3fce3fc6d4 100644
--- a/firmware/export/audiohw.h
+++ b/firmware/export/audiohw.h
@@ -24,6 +24,7 @@
24 24
25#include "config.h" 25#include "config.h"
26#include <stdbool.h> 26#include <stdbool.h>
27#include <inttypes.h>
27 28
28/* define some audiohw caps */ 29/* define some audiohw caps */
29#define TREBLE_CAP (1 << 0) 30#define TREBLE_CAP (1 << 0)