cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / kde / kdissert / compile-fix.patch
blobfdc83ae14a1ed6600dc2a7ac0c30660b8e717eea
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../kdissert/compile-fix.patch
5 # Copyright (C) 2005 - 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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 # --- SDE-COPYRIGHT-NOTE-END ---
17 diff -Nur kdissert-1.0.5-orig/src/kdissert/canvasview/DCanvasLink.cpp kdissert-1.0.5/src/kdissert/canvasview/DCanvasLink.cpp
18 --- kdissert-1.0.5-orig/src/kdissert/canvasview/DCanvasLink.cpp 2005-10-21 22:43:14.000000000 +0000
19 +++ kdissert-1.0.5/src/kdissert/canvasview/DCanvasLink.cpp 2005-12-21 21:16:39.000000000 +0000
20 @@ -13,6 +13,7 @@
21 ***************************************************************************/
23 #include <math.h>
24 +#include <stdlib.h>
25 #include <qpainter.h>
26 #include <qcolor.h>
27 #include <kdebug.h>