mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Also fixes various other problems discovered while working on that. Add upstream bug report URLs to existing patches where I could find them.
12 lines
283 B
Diff
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
|
|
*/
|