# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../vnc/gcc42.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 --- --- vnc-4_1_2-unixsrc/unix/tx/TXImage.cxx.vanilla 2008-11-06 16:23:00.000000000 +0100 +++ vnc-4_1_2-unixsrc/unix/tx/TXImage.cxx 2008-11-06 16:23:37.000000000 +0100 @@ -21,6 +21,7 @@ #include +#include #include #include #include --- vnc-4_1_2-unixsrc/unix/x0vncserver/Image.cxx.vanilla 2008-11-06 16:24:03.000000000 +0100 +++ vnc-4_1_2-unixsrc/unix/x0vncserver/Image.cxx 2008-11-06 16:24:35.000000000 +0100 @@ -21,6 +21,7 @@ #include +#include #include #include #include --- vnc-4_1_2-unixsrc/common/network/TcpSocket.cxx.vanilla 2008-11-06 16:22:07.000000000 +0100 +++ vnc-4_1_2-unixsrc/common/network/TcpSocket.cxx 2008-11-06 16:22:37.000000000 +0100 @@ -37,6 +37,8 @@ #include #endif +#include + #include #include #include