tags 474871 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad pekwm-0.1.5.orig/src/CfgParser.cc pekwm-0.1.5/src/CfgParser.cc
--- pekwm-0.1.5.orig/src/CfgParser.cc   2008-04-09 17:05:01.000000000 +0100
+++ pekwm-0.1.5/src/CfgParser.cc        2008-04-09 17:05:48.000000000 +0100
@@ -11,6 +11,7 @@
 #include <iostream>
 #include <memory>
 #include <cassert>
+#include <cstring>
 
 enum {
   PARSE_BUF_SIZE = 1024
diff -urNad pekwm-0.1.5.orig/src/CfgParser.hh pekwm-0.1.5/src/CfgParser.hh
--- pekwm-0.1.5.orig/src/CfgParser.hh   2008-04-09 17:05:01.000000000 +0100
+++ pekwm-0.1.5/src/CfgParser.hh        2008-04-09 17:05:16.000000000 +0100
@@ -30,6 +30,7 @@
 #include <map>
 #include <set>
 #include <string>
+#include <cstring>
 #include <iostream>
 #include <cstdlib>
 
diff -urNad pekwm-0.1.5.orig/src/ColorHandler.cc pekwm-0.1.5/src/ColorHandler.cc
--- pekwm-0.1.5.orig/src/ColorHandler.cc        2008-04-09 17:05:01.000000000 
+0100
+++ pekwm-0.1.5/src/ColorHandler.cc     2008-04-09 17:07:06.000000000 +0100
@@ -7,6 +7,7 @@
 
 #include "ColorHandler.hh"
 #include "PScreen.hh"
+#include <cstring>
 
 #ifdef DEBUG
 #include <iostream>
diff -urNad pekwm-0.1.5.orig/src/ColorHandler.hh pekwm-0.1.5/src/ColorHandler.hh
--- pekwm-0.1.5.orig/src/ColorHandler.hh        2008-04-09 17:05:01.000000000 
+0100
+++ pekwm-0.1.5/src/ColorHandler.hh     2008-04-09 17:07:12.000000000 +0100
@@ -15,6 +15,7 @@
 
 #include <list>
 #include <string>
+#include <cstring>
 
 class ColorHandler {
 public:
diff -urNad pekwm-0.1.5.orig/src/PImageNativeLoaderXpm.cc 
pekwm-0.1.5/src/PImageNativeLoaderXpm.cc
--- pekwm-0.1.5.orig/src/PImageNativeLoaderXpm.cc       2008-04-09 
17:05:01.000000000 +0100
+++ pekwm-0.1.5/src/PImageNativeLoaderXpm.cc    2008-04-09 17:08:33.000000000 
+0100
@@ -13,6 +13,7 @@
 #include "PImageNativeLoaderXpm.hh"
 
 #include <iostream>
+#include <cstring>
 
 using std::cerr;
 using std::endl;
diff -urNad pekwm-0.1.5.orig/src/Util.hh pekwm-0.1.5/src/Util.hh
--- pekwm-0.1.5.orig/src/Util.hh        2008-04-09 17:05:01.000000000 +0100
+++ pekwm-0.1.5/src/Util.hh     2008-04-09 17:06:17.000000000 +0100
@@ -14,6 +14,7 @@
 #include "Types.hh"
 
 #include <string>
+#include <cstring>
 #include <vector>
 #include <functional>
 #include <sstream>

Attachment: signature.asc
Description: PGP signature

Reply via email to