# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../bincimap/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 --- --- bincimap-1.3.4/src/convert.h.vanilla 2008-08-10 11:00:18.000000000 +0200 +++ bincimap-1.3.4/src/convert.h 2008-08-10 11:00:40.000000000 +0200 @@ -35,7 +35,9 @@ #include #include +#include #include +#include #include "address.h" #include "depot.h" --- bincimap-1.3.4/src/tools.cc.vanilla 2008-08-10 11:02:35.000000000 +0200 +++ bincimap-1.3.4/src/tools.cc 2008-08-10 11:03:12.000000000 +0200 @@ -27,6 +27,8 @@ #include #endif #include +#include +#include #include "tools.h" --- bincimap-1.3.4/src/maildir-writecache.cc.vanilla 2008-08-10 11:01:22.000000000 +0200 +++ bincimap-1.3.4/src/maildir-writecache.cc 2008-08-10 11:01:51.000000000 +0200 @@ -31,6 +31,7 @@ #include #include #include +#include #include "maildir.h"