We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba98c8e commit 8635db1Copy full SHA for 8635db1
darwin/Platform.c
@@ -15,11 +15,11 @@ in the source distribution for its full text.
15
#include <math.h>
16
#include <stdlib.h>
17
#include <unistd.h>
18
-#include <net/if.h>
19
#include <net/if_types.h>
20
#include <net/route.h>
21
#include <sys/socket.h>
22
#include <mach/port.h>
+#include <net/if.h> // After `sys/socket.h` for struct `sockaddr` (for iOS6 SDK)
23
24
#include <CoreFoundation/CFBase.h>
25
#include <CoreFoundation/CFDictionary.h>
0 commit comments