blob: 51b1906ab4556548278852c7e296cb9c5b0888df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2006/09/11 07:18:27 joerg Exp $
--- ofxconnect/ofxpartner.cpp.orig 2006-09-11 07:14:37.000000000 +0000
+++ ofxconnect/ofxpartner.cpp
@@ -31,6 +31,7 @@
#include "nodeparser.h"
#include <sys/stat.h>
+#include <unistd.h>
#include <iostream>
#include <string>
|