aboutsummaryrefslogtreecommitdiff
path: root/science/cdo/files/patch-src-config.h.in
blob: 99883663e4c3019b231e02255f8bf58b64494692 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/config.h.in.orig	Wed Apr 18 16:24:45 2007
+++ src/config.h.in	Fri Jun 29 00:18:34 2007
@@ -107,3 +107,7 @@
 
 /* Define for large files, on AIX-style hosts. */
 #undef _LARGE_FILES
+
+#if defined (HAVE_UNISTD_H)
+#include <unistd.h>
+#endif