summaryrefslogtreecommitdiff
path: root/finance/libofx/patches/patch-ofxconnect_ofxconnect.cpp
blob: 1b33099074e7fed8c00ef95691e329de03e2d04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ofxconnect_ofxconnect.cpp,v 1.1 2011/08/20 19:25:39 wiz Exp $

Fix build with gcc-4.5.

--- ofxconnect/ofxconnect.cpp.orig	2007-01-09 08:04:37.000000000 +0000
+++ ofxconnect/ofxconnect.cpp
@@ -28,6 +28,8 @@
  *   (at your option) any later version.                                   *
  *                                                                         *
  ***************************************************************************/
+#include <cstdlib>
+#include <cstring>
 #include <iostream>
 #include <fstream>
 #include <string>