Files
macports-ports/databases/xbase/files/include-unistd.patch
Ryan Schmidt 51af7fc1a0 xbase: Fix compile failure with clang 8
Also fixes various other problems discovered while working on that.

Add upstream bug report URLs to existing patches where I could find them.
2019-10-01 22:27:41 -05:00

12 lines
283 B
Diff

Fix "error: use of undeclared identifier 'access'"
--- xbase64/xbdbf.cpp.orig 2006-07-17 11:54:42.000000000 -0500
+++ xbase64/xbdbf.cpp 2019-10-01 22:01:28.000000000 -0500
@@ -55,6 +55,7 @@
#include <io.h>
#endif
#include <errno.h>
+#include <unistd.h>
/*! \file xbdbf.cpp
*/