diff options
Diffstat (limited to 'src/sound/RingBuffer.h')
-rw-r--r-- | src/sound/RingBuffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/RingBuffer.h b/src/sound/RingBuffer.h index 0cc5dc6..6ea0d4e 100644 --- a/src/sound/RingBuffer.h +++ b/src/sound/RingBuffer.h @@ -24,6 +24,7 @@ #include <sys/types.h> #include <sys/mman.h> +#include <string.h> #include "Scavenger.h" |