16 lines
349 B
Plaintext
16 lines
349 B
Plaintext
$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>
|