# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../gsmlib/gcc43.patch # Copyright (C) 2008 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- gsmlib-1.10/apps/gsmsmsd.cc.vanilla 2008-04-09 14:27:43.000000000 +0000 +++ gsmlib-1.10/apps/gsmsmsd.cc 2008-04-09 14:28:08.000000000 +0000 @@ -14,6 +14,7 @@ #include #endif #include +#include #include #ifdef WIN32 --- gsmlib-1.10/gsmlib/gsm_util.cc.vanilla 2008-04-09 14:23:55.000000000 +0000 +++ gsmlib-1.10/gsmlib/gsm_util.cc 2008-04-09 14:24:09.000000000 +0000 @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include --- gsmlib-1.10/gsmlib/gsm_unix_serial.cc.vanilla 2008-04-09 14:24:19.000000000 +0000 +++ gsmlib-1.10/gsmlib/gsm_unix_serial.cc 2008-04-09 14:24:31.000000000 +0000 @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include --- gsmlib-1.10/gsmlib/gsm_sms_codec.cc.vanilla 2008-04-09 14:26:12.000000000 +0000 +++ gsmlib-1.10/gsmlib/gsm_sms_codec.cc 2008-04-09 14:26:41.000000000 +0000 @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #ifdef HAVE_STRING_H --- gsmlib-1.10/gsmlib/gsm_sorted_phonebook.cc.vanilla 2008-04-09 14:27:01.000000000 +0000 +++ gsmlib-1.10/gsmlib/gsm_sorted_phonebook.cc 2008-04-09 14:27:09.000000000 +0000 @@ -20,6 +20,7 @@ #include #include #include +#include const int MAX_LINE_SIZE = 1000; --- gsmlib-1.10/gsmlib/gsm_me_ta.cc.vanilla 2008-04-09 14:24:48.000000000 +0000 +++ gsmlib-1.10/gsmlib/gsm_me_ta.cc 2008-04-09 14:25:34.000000000 +0000 @@ -19,6 +19,8 @@ #include #include +#include + using namespace std; using namespace gsmlib;