aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-cpp-test-IceUtil-unicode-Client.cpp
blob: 87a5e3476031cd087a17b7042a96187690b0badd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- cpp.orig/test/IceUtil/unicode/Client.cpp	2011-06-15 21:43:59.000000000 +0200
+++ cpp/test/IceUtil/unicode/Client.cpp	2012-03-04 20:14:53.000000000 +0100
@@ -15,6 +15,10 @@
 #   include <io.h>
 #endif
 
+#ifdef __FreeBSD__
+#   include <unistd.h>
+#endif
+
 using namespace IceUtil;
 using namespace std;