tag 456039 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (12/12/2007):
> Package: bbkeys
> Version: 0.9.0-7
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -27,6 +27,7 @@
 #include <string>
 
 #include <iostream>
+#include <cstring>
 using std::cout;
 
 Config::Config() {
--- a/src/KeyClient.cpp
+++ b/src/KeyClient.cpp
@@ -58,6 +58,7 @@
 #include <iostream>
 #include <algorithm>
 #include <vector>
+#include <cstring>
 
 //--------------------------------------------------------
 // Constructor/Destructor
--- a/src/Netclient.cpp
+++ b/src/Netclient.cpp
@@ -26,6 +26,8 @@
 
 #include "Netclient.h"
 
+#include <cstring>
+
 Netclient::Netclient (const bt::Display &display)
   : bt::EWMH(display), _display(display)
 {
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -27,6 +27,8 @@
 
 #include "main.h"
 
+#include <cstring>
+
 //--------------------------------------------------------
 // parseOptions
 //--------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to