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

--- ofxconnect/ofxpartner.cpp.orig	2006-03-26 04:49:54.000000000 +0000
+++ ofxconnect/ofxpartner.cpp
@@ -31,7 +31,10 @@
 #include "nodeparser.h"
 
 #include <sys/stat.h>
+#include <unistd.h>
 
+#include <algorithm>
+#include <cstring>
 #include <iostream>
 #include <string>
 #include <vector>