summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2012-05-02 21:13:42 -0400
committerMichael Sevakis <jethead71@rockbox.org>2012-05-02 21:13:42 -0400
commit5f0cb713615c844d9133f3664333a73816bbfd17 (patch)
treed7de9efe9d57dd5651effe0aa9a634da5b05331d
parente189b33ff4cc530cb6e59a17b260675d7341e551 (diff)
downloadrockbox-5f0cb713615c844d9133f3664333a73816bbfd17.tar.gz
rockbox-5f0cb713615c844d9133f3664333a73816bbfd17.zip
Silly includes going haywire. Fix the errors/warnings (hopefully).
Change-Id: I7ec2b7e8fe56ad6d65ab757e8667b4951d00ee29
-rw-r--r--firmware/export/pcm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index 608129c078..fdd46237a6 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -21,7 +21,8 @@
21#ifndef PCM_PLAYBACK_H 21#ifndef PCM_PLAYBACK_H
22#define PCM_PLAYBACK_H 22#define PCM_PLAYBACK_H
23 23
24#include <sys/types.h> /* size_t, uint32_t */ 24#include <string.h> /* size_t */
25#include <inttypes.h> /* uint32_t */
25#include "config.h" 26#include "config.h"
26 27
27enum pcm_dma_status 28enum pcm_dma_status