tag 454856 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (07/12/2007):
> Package: libsigcx
> Version: 0.6.6-1
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/sigcx/util.cc
+++ b/sigcx/util.cc
@@ -8,6 +8,8 @@
 
 #include "sigcx/util.h"
 
+#include <cstring>
+
 
 namespace SigCX
 {
--- a/tests/convert_test.cc
+++ b/tests/convert_test.cc
@@ -11,6 +11,8 @@
 
 */
 
+#include <cstring>
+
 #ifdef SIGC_CXX_NAMESPACES
 using namespace std;
 using namespace SigC;

Attachment: signature.asc
Description: Digital signature

Reply via email to