* updated ksmtp (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / qt / qt3 / stddef.patch
blob4abdba8dcaf38cdc3e88b0f71928edd8e559d74e
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../qt/stddef.patch
5 # Copyright (C) 2014 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ./src/tools/qvaluelist.h 2008-01-15 20:09:13.000000000 +0100
18 +++ ./src/tools/qvaluelist.h 2013-02-21 16:39:02.268736404 +0100
19 @@ -45,6 +45,7 @@
20 #include "qtl.h"
21 #include "qshared.h"
22 #include "qdatastream.h"
23 +#include <stddef.h>
24 #endif // QT_H
26 #ifndef QT_NO_STL
27 --- ./src/tools/qmap.h 2008-01-15 20:09:13.000000000 +0100
28 +++ ./src/tools/qmap.h 2013-02-21 16:39:23.858881970 +0100
29 @@ -47,6 +47,7 @@
30 #include "qdatastream.h"
31 #include "qpair.h"
32 #include "qvaluelist.h"
33 +#include <stddef.h>
34 #endif // QT_H
36 #ifndef QT_NO_STL