mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
11 lines
208 B
Diff
11 lines
208 B
Diff
--- src/config.h
|
|
+++ src/config.h
|
|
@@ -31,6 +31,7 @@
|
|
#define __CONFIG_H
|
|
|
|
#ifdef __APPLE__
|
|
+#define _DARWIN_C_SOURCE
|
|
#include <fcntl.h> // for fcntl(fd, F_FULLFSYNC)
|
|
#include <AvailabilityMacros.h>
|
|
#endif
|