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 56a89c5 commit 2dc348aCopy full SHA for 2dc348a
src/libbson/src/bson/bson-timegm.c
@@ -14,8 +14,8 @@
14
#include <bson/bson-macros.h>
15
#include <bson/bson-timegm-private.h>
16
17
-#include "errno.h"
18
-#include "string.h"
+#include <errno.h>
+#include <string.h>
19
#include <stdint.h> /* for INT64_MAX and INT64_MIN */
20
21
/* Unlike <ctype.h>'s isdigit, this also works if c < 0 | c > UCHAR_MAX. */
src/libmongoc/src/mongoc/mongoc-crypt.c
@@ -32,7 +32,7 @@
32
#include <mongoc/mongoc-http-private.h>
33
#include <mongoc/mcd-azure.h>
34
#include <mongoc/mcd-time.h>
35
-#include "service-gcp.h"
+#include <mongoc/service-gcp.h>
36
#include <common-string-private.h>
37
#include <common-cmp-private.h>
38
0 commit comments