Skip to content

Commit 1b2791c

Browse files
committed
Fix include for mongoc-write-concern-private.h
1 parent f131403 commit 1b2791c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/WriteConcern.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/* External libs */
2828
#include <bson.h>
2929
#include <mongoc.h>
30-
#include "mongoc-write-concern-private.h"
30+
#include <mongoc-write-concern-private.h>
3131

3232
/* PHP Core stuff */
3333
#include <php.h>

0 commit comments

Comments
 (0)