pkgsrc/ham/flxmlrpc/patches/patch-src_XmlRpcDispatch.cpp

16 lines
336 B
C++
Raw Normal View History

2017-06-28 15:47:42 +02:00
$NetBSD: patch-src_XmlRpcDispatch.cpp,v 1.2 2017/06/28 13:47:42 wiedi Exp $
2017-06-28 13:07:20 +02:00
2017-06-28 15:47:42 +02:00
add include for memset
2017-06-28 13:07:20 +02:00
--- src/XmlRpcDispatch.cpp.orig 2015-04-19 13:32:14.000000000 +0000
+++ src/XmlRpcDispatch.cpp
2017-06-28 15:47:42 +02:00
@@ -32,6 +32,8 @@
2017-06-28 13:07:20 +02:00
# include <sys/timeb.h>
#endif // __FreeBSD__
+#include <string.h>
+
#if defined(_WINDOWS)
# include <winsock2.h>