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 69d04ae commit 45cf893Copy full SHA for 45cf893
src/libmongoc/src/mongoc/mongoc-init.c
@@ -52,7 +52,7 @@
52
53
#ifdef MONGOC_ENABLE_SASL_CYRUS
54
#include <sasl/sasl.h>
55
-#include <mongoc-cyrus-private.h> // _mongoc_cyrus_verifyfile_cb
+#include "mongoc-cyrus-private.h" // _mongoc_cyrus_verifyfile_cb
56
57
static void *
58
mongoc_cyrus_mutex_alloc (void)
src/libmongoc/src/mongoc/utlist.h
@@ -17,7 +17,7 @@
17
#ifndef MONGOC_UTLIST_H
18
#define MONGOC_UTLIST_H
19
20
-#include <mongoc-prelude.h>
+#include "mongoc-prelude.h"
21
22
#include <uthash-2.3.0/utlist.h>
23
0 commit comments