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 21fb47b commit a91267cCopy full SHA for a91267c
src/mongoc/mongoc-host-list.c
@@ -15,6 +15,8 @@
15
*/
16
17
#include "mongoc-host-list-private.h"
18
+/* strcasecmp on windows */
19
+#include "mongoc-util-private.h"
20
21
22
/*
src/mongoc/mongoc-uri.c
@@ -21,6 +21,9 @@
#include <sys/types.h>
#include <math.h>
23
24
25
26
+
27
#include "mongoc-host-list.h"
28
29
#include "mongoc-log.h"
0 commit comments