aboutsummaryrefslogtreecommitdiffstats
path: root/community/knot/knot-2.8.0-fix-include-lmdb_h.patch
blob: 51eab6ffcd5e5b53438133e934f43f4c40a8f897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
commit bd7cddda33a911b0450fa79f5ab9a380777318b4
Author: tcely <tcely@users.noreply.github.com>
Date:   Wed Mar 6 01:14:10 2019 -0500

    do not include from contrib/lmdb directly

diff --git a/src/knot/journal/knot_lmdb.h b/src/knot/journal/knot_lmdb.h
index 35a8884..b1d09cb 100644
--- a/src/knot/journal/knot_lmdb.h
+++ b/src/knot/journal/knot_lmdb.h
@@ -16,7 +16,7 @@
 
 #pragma once
 
-#include "contrib/lmdb/lmdb.h"
+#include <lmdb.h>
 
 #include <stdbool.h>
 #include <stdlib.h>