From 2722211ba3d1760fc629059eae3dcec6aba0aabe Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sat, 16 Aug 2014 08:25:06 +0200
Subject: pcm/SoxrResampler: add missing string.h include

---
 src/pcm/SoxrResampler.cxx | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/pcm')

diff --git a/src/pcm/SoxrResampler.cxx b/src/pcm/SoxrResampler.cxx
index 2508e816e..56b9760d5 100644
--- a/src/pcm/SoxrResampler.cxx
+++ b/src/pcm/SoxrResampler.cxx
@@ -28,6 +28,7 @@
 #include <soxr.h>
 
 #include <assert.h>
+#include <string.h>
 
 static constexpr Domain soxr_domain("soxr");
 
-- 
cgit v1.2.3