Skip to content

Commit 94cce3c

Browse files
committed
curl: fix gcc compile errors, part 3
1 parent f40eb78 commit 94cce3c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

vendor/curl/lib/curl_setup.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,18 @@
9393
# include "config-vxworks.h"
9494
#endif
9595

96+
#ifdef __linux__
97+
# include "config-linux.h"
98+
#endif
99+
100+
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
101+
# include "config-linux.h"
102+
#endif
103+
104+
#ifdef __APPLE__ && __MACH__
105+
# include "config-osx.h"
106+
#endif
107+
96108
#endif /* HAVE_CONFIG_H */
97109

98110
/* ================================================================ */

0 commit comments

Comments
 (0)