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 a0457a5 commit 604718eCopy full SHA for 604718e
CoreFoundation/Base.subproj/SwiftRuntime/CoreFoundation.h
@@ -14,8 +14,6 @@
14
15
*/
16
17
-#include <stdarg.h> // required here to avoid an ambiguity on Android compile
18
-
19
#if !defined(__COREFOUNDATION_COREFOUNDATION__)
20
#define __COREFOUNDATION_COREFOUNDATION__ 1
21
#define __COREFOUNDATION__ 1
@@ -39,10 +37,11 @@
39
37
#include <stdio.h>
40
38
#include <stdlib.h>
41
#include <string.h>
+#include <time.h>
+
42
#if __has_include(<netdb.h>)
43
-#include <netdb.h>
+#include <netdb.h> // for NSHost.swift
44
#endif
45
-#include <time.h>
46
47
#if defined(__STDC_VERSION__) && (199901L <= __STDC_VERSION__)
48
0 commit comments