summaryrefslogtreecommitdiff
path: root/net-mgmt/collectd5/files/patch-src_write__mongodb.c
blob: 42eef9c4b99a26abcdb046397fdef9d29062e96f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/write_mongodb.c.orig	2016-09-11 08:10:25 UTC
+++ src/write_mongodb.c
@@ -39,7 +39,7 @@
 #else
 # define MONGO_USE_LONG_LONG_INT 1
 #endif
-#include <mongo.h>
+#include <mongoc.h>
 
 #if (MONGO_MAJOR == 0) && (MONGO_MINOR < 8)
 # define bson_alloc()    bson_create()