summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--darwin/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/Platform.c b/darwin/Platform.c
index 387910e1..77b9bcdc 100644
--- a/darwin/Platform.c
+++ b/darwin/Platform.c
@@ -18,7 +18,7 @@ in the source distribution for its full text.
#include <net/if_types.h>
#include <net/route.h>
#include <sys/socket.h>
-#include <sys/_types/_mach_port_t.h>
+#include <mach/port.h>
#include <CoreFoundation/CFBase.h>
#include <CoreFoundation/CFDictionary.h>