freebsd-ports/databases/libmemcached/files/patch-clients__memparse.cc
Vanilla I. Shu 12df5f5a1d Fix compile problem with gcc46.
PR:		ports/156756
Submitted by:	Olivier <software-freebsd@interfasys dot ch>
2011-05-23 12:48:19 +00:00

10 lines
249 B
C++

--- clients/memparse.cc.orig 2011-03-30 00:50:27.000000000 +0800
+++ clients/memparse.cc 2011-05-23 20:36:12.000000000 +0800
@@ -37,6 +37,7 @@
#include <config.h>
+#include <string.h>
#include <iostream>
#include <libmemcached/memcached.h>