mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 22:15:17 +03:00
11 lines
230 B
Diff
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>
|