tag 455445 patch thanks Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007): > Package: netmrg > Version: 0.19-4 > Usertags: ftbfs-gcc-4.3
Hi, please find attached a patch to fix this FTBFS. Cheers, -- Cyril Brulebois
--- a/src/monitors.cpp +++ b/src/monitors.cpp @@ -19,6 +19,8 @@ #include "events.h" #include "settings.h" +#include <cstring> + #ifdef OLD_MYSQL #define MYSQL_CONNECT(a,b,c,d,e,f,g,h) mysql_connect(a,b,c,d) #else --- a/src/netmrg.cpp +++ b/src/netmrg.cpp @@ -32,6 +32,7 @@ #include <termios.h> #include <signal.h> #include <time.h> +#include <cstring> using namespace std; --- a/src/utils.cpp +++ b/src/utils.cpp @@ -12,6 +12,7 @@ #include <sys/types.h> #include <syslog.h> #include <ctype.h> +#include <cstring> #include "utils.h" #include "db.h"
signature.asc
Description: Digital signature