Dash:
[t2-trunk.git] / package / office / moneypenny / include-stdlib.patch
blob27040f10873c680cce169cb8c53c73d86e7bca18
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../moneypenny/include-stdlib.patch
5 # Copyright (C) 2006 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/globals.cpp.orig 2006-02-04 10:40:46.000000000 +0100
18 +++ ./src/globals.cpp 2006-03-15 18:56:21.000000000 +0100
19 @@ -18,6 +18,7 @@
20 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
21 ***************************************************************************/
23 + #include <stdlib.h>
24 #include "globals.h"
26 #include <qdir.h>
27 --- ./src/guiprintermanualsetup.cpp.orig 2006-02-04 10:40:46.000000000 +0100
28 +++ ./src/guiprintermanualsetup.cpp 2006-03-15 19:11:58.000000000 +0100
29 @@ -22,6 +22,7 @@
30 // App includes
31 #include "guiprintermanualsetup.h"
32 #include <printersetupdb.h>
33 +#include <stdlib.h>
34 #include "globals.h"
36 // Qt includes