tag 455402 patch
thanks

Martin Michlmayr <[EMAIL PROTECTED]> (09/12/2007):
> Package: gsmlib
> Version: 1.10-12
> Usertags: ftbfs-gcc-4.3

Hi,

please find attached a patch to fix this FTBFS.

Cheers,

-- 
Cyril Brulebois
--- a/apps/gsmsmsd.cc
+++ b/apps/gsmsmsd.cc
@@ -40,6 +40,7 @@
 #include <iostream>
 #include <gsmlib/gsm_me_ta.h>
 #include <gsmlib/gsm_event.h>
+#include <cstring>
 
 using namespace std;
 using namespace gsmlib;
--- a/gsmlib/gsm_sorted_phonebook.cc
+++ b/gsmlib/gsm_sorted_phonebook.cc
@@ -20,6 +20,7 @@
 #include <iostream>
 #include <fstream>
 #include <limits.h>
+#include <cstring>
 
 const int MAX_LINE_SIZE = 1000;
 
--- a/gsmlib/gsm_unix_serial.cc
+++ b/gsmlib/gsm_unix_serial.cc
@@ -27,6 +27,7 @@
 #include <sys/ioctl.h>
 #include <signal.h>
 #include <pthread.h>
+#include <cstring>
 
 using namespace std;
 using namespace gsmlib;

Attachment: signature.asc
Description: Digital signature

Reply via email to