add python/ipaddress-1.0.18
[unleashed-userland.git] / components / libmemcached / patches / 02-fix-strings-include.patch
blob558ccb0143a42c77a1b752f237ea4f0fbd98dd05
1 --- libmemcached-1.0.17/libtest/main.cc.orig 2013-06-25 22:50:46.349796658 +0200
2 +++ libmemcached-1.0.17/libtest/main.cc 2013-06-25 22:51:24.637152073 +0200
3 @@ -50,6 +50,7 @@
4 #include <sys/types.h>
5 #include <sys/wait.h>
6 #include <unistd.h>
7 +#include <strings.h>
9 #include <signal.h>