From 5f0cb713615c844d9133f3664333a73816bbfd17 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 2 May 2012 21:13:42 -0400 Subject: Silly includes going haywire. Fix the errors/warnings (hopefully). Change-Id: I7ec2b7e8fe56ad6d65ab757e8667b4951d00ee29 --- firmware/export/pcm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ #ifndef PCM_PLAYBACK_H #define PCM_PLAYBACK_H -#include /* size_t, uint32_t */ +#include /* size_t */ +#include /* uint32_t */ #include "config.h" enum pcm_dma_status -- cgit v1.2.3