Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 61ea54fd82dce4c1931e1dca7059583c > files > 1

ecamegapedal-0.4.4-10mdv2009.0.src.rpm

#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_gcc4.3.dpatch by Martin Michlmayr <tbm@cyrius.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: GCC 4.3: missing #includes

@DPATCH@
diff -urNad ecamegapedal-0.4.4~/src/interface.cpp ecamegapedal-0.4.4/src/interface.cpp
--- ecamegapedal-0.4.4~/src/interface.cpp	2004-04-19 02:34:32.000000000 +0900
+++ ecamegapedal-0.4.4/src/interface.cpp	2007-04-12 07:22:38.285649107 +0900
@@ -33,6 +33,7 @@
 #include <qtimer.h>
 #include <qtooltip.h>
 
+#include <cstdlib>
 #include <sys/types.h>      /* POSIX: getpid() */
 #include <unistd.h>         /* POSIX: getpid() */