Add include of string.h
[metaproxy-moved-to-github.git] / src / pipe.cpp
index 2177e15..4d6cbf6 100644 (file)
@@ -47,6 +47,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include <boost/thread/condition.hpp>
 
 #include <stdio.h>
+#include <string.h>
 
 #include <deque>