<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Ice-3.4.2.orig/cpp/src/IceUtil/FileUtil.cpp	2011-06-15 21:43:59.000000000 +0200
+++ Ice-3.4.2/cpp/src/IceUtil/FileUtil.cpp	2012-03-04 20:14:53.000000000 +0100
@@ -26,6 +26,10 @@
 #  include &lt;dir.h&gt;
 #endif
 
+#ifdef __FreeBSD__
+#  include &lt;unistd.h&gt;
+#endif
+
 using namespace std;
 
 //
</pre></body></html>