# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/bincimap/hotfix-gcc43.patch # Copyright (C) 2008 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-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"