|
|
--- ./lib/c_wrapper.cpp.orig 2008-06-10 19:48:14.000000000 +0200
+++ ./lib/c_wrapper.cpp 2008-06-10 19:48:22.000000000 +0200
@@ -25,6 +25,8 @@
#include "trm.h" #include "mb_c.h" +#include <string.h>
+
extern "C" { --- ./lib/comhttpsocket.cpp.orig 2008-06-10 19:48:55.000000000 +0200
+++ ./lib/comhttpsocket.cpp 2008-06-10 19:49:01.000000000 +0200
@@ -18,6 +18,7 @@
#include "../config.h" #include "comsocket.h" #endif +#include <string.h>
#include <stdlib.h> #include <assert.h> --- ./lib/comsocket.cpp.orig 2008-06-10 19:49:13.000000000 +0200
+++ ./lib/comsocket.cpp 2008-06-10 19:49:19.000000000 +0200
@@ -37,6 +37,7 @@
#include <netinet/tcp.h> #include <errno.h> #include <stdio.h> +#include <string.h>
#include <sys/time.h> #include <sys/types.h> #include <unistd.h> --- ./lib/http.cpp.orig 2008-06-10 19:49:42.000000000 +0200
+++ ./lib/http.cpp 2008-06-10 19:49:49.000000000 +0200
@@ -23,6 +23,7 @@
----------------------------------------------------------------------------*/ #include <stdlib.h> +#include <string.h>
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> --- ./lib/sigclient.cpp.orig 2008-06-10 19:50:52.000000000 +0200
+++ ./lib/sigclient.cpp 2008-06-10 19:51:00.000000000 +0200
@@ -29,6 +29,8 @@
email : ijr@relatable.com ***************************************************************************/ +#include <string.h>
+
#ifdef WIN32 #pragma warning(disable:4786) #endif
|