summaryrefslogtreecommitdiff
path: root/firmware/export/pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm.h')
-rw-r--r--firmware/export/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/pcm.h b/firmware/export/pcm.h
index e67d459693..0f8222f90d 100644
--- a/firmware/export/pcm.h
+++ b/firmware/export/pcm.h
@@ -21,7 +21,7 @@
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> 24#include <string.h> /* size_t */
25 25
26#define DMA_REC_ERROR_DMA (-1) 26#define DMA_REC_ERROR_DMA (-1)
27#ifdef HAVE_SPDIF_REC 27#ifdef HAVE_SPDIF_REC