tag 455621 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (11/12/2007):
> I'm afraid that GCC had some changes since #417428 was filed that will
> break more code.  There shouldn't be any other changes in GCC that
> will break code though before 4.3 is released.

Hi,

please find a patch to fix the current FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/dpyfuncs.cc
+++ b/dpyfuncs.cc
@@ -28,6 +28,8 @@
 #include "metacam.h"
 #include "dpyfuncs.h"
 
+#include <cstring>
+
 static const char *rcsid __attribute__((unused))="$Id: dpyfuncs.cc,v 1.14 2004/08/21 17:54:20 daniel Exp $";
 
 void
--- a/ocontext.cc
+++ b/ocontext.cc
@@ -26,6 +26,7 @@
 
 #include <ctype.h>
 #include <cstdlib>
+#include <cstring>
 
 OutputContext::~OutputContext()
 {

Attachment: signature.asc
Description: Digital signature

Reply via email to