repo.or.cz
/
unleashed-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add python/ipaddress-1.0.18
[unleashed-userland.git]
/
components
/
libmemcached
/
patches
/
02-fix-strings-include.patch
blob
558ccb0143a42c77a1b752f237ea4f0fbd98dd05
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>
8
9
#include <signal.h>
10