updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / swscanner / swscanner-0.2.2-mjr.patch
blob790279fac71f2acbb244bd2571ab11a0e9417bcc
1 diff -rupN swscanner-0.2.2/src/apentry.cpp swscanner-0.2.2-mjr/src/apentry.cpp
2 --- swscanner-0.2.2/src/apentry.cpp 2005-12-19 17:11:13.000000000 -0300
3 +++ swscanner-0.2.2-mjr/src/apentry.cpp 2009-06-03 23:19:17.000000000 -0300
4 @@ -19,6 +19,7 @@
5 **************************************************************************/
7 #include "apentry.h"
8 +#include <cstdlib>
10 APEntry::APEntry()
12 diff -rupN swscanner-0.2.2/src/shapehandler.cpp swscanner-0.2.2-mjr/src/shapehandler.cpp
13 --- swscanner-0.2.2/src/shapehandler.cpp 2005-12-19 17:11:13.000000000 -0300
14 +++ swscanner-0.2.2-mjr/src/shapehandler.cpp 2009-06-03 23:18:30.000000000 -0300
15 @@ -18,6 +18,7 @@
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
17 ***************************************************************************/
18 #include "shapehandler.h"
19 +#include <cstdlib>
22 ShapeHandler::~ShapeHandler()