diff options
| -rw-r--r-- | firmware/export/pcm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h index 608129c..fdd4623 100644 --- a/firmware/export/pcm.h +++ b/firmware/export/pcm.h @@ -21,7 +21,8 @@ #ifndef PCM_PLAYBACK_H #define PCM_PLAYBACK_H -#include <sys/types.h> /* size_t, uint32_t */ +#include <string.h> /* size_t */ +#include <inttypes.h> /* uint32_t */ #include "config.h" enum pcm_dma_status |