freebsd-ports/finance/libofx/files/patch-ofxconnect__ofxpartner.cpp
Jason E. Hale 2515d37e63 - Fix build with libc++ [1]
- While here, rename patches so they are consistent with how
  "make makepatch" names them

Submitted by:	rm (via email) [1]
2013-10-07 18:01:15 +00:00

10 lines
244 B
C++

--- ofxconnect/ofxpartner.cpp.orig 2011-03-30 22:30:50.000000000 +0000
+++ ofxconnect/ofxpartner.cpp
@@ -37,6 +37,7 @@
#include <vector>
#include <algorithm>
#include <string.h>
+#include <unistd.h>
using std::string;
using std::vector;