- While here, rename patches so they are consistent with how "make makepatch" names them Submitted by: rm (via email) [1]
10 lines
244 B
C++
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;
|