1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 22:15:17 +03:00
aports/testing/libmdbx/fix-example.patch
2021-11-10 01:08:05 +00:00

11 lines
230 B
Diff

--- a/example/example-mdbx.c
+++ b/example/example-mdbx.c
@@ -18,7 +18,7 @@
* <http://www.OpenLDAP.org/license.html>.
*/
-#include "mdbx.h"
+#include "../mdbx.h"
#include <limits.h>
#include <stdint.h>
#include <stdio.h>