11 lines
223 B
Diff
11 lines
223 B
Diff
|
--- liblmdb.orig/lmmgr.c
|
||
|
+++ liblmdb/lmmgr.c
|
||
|
@@ -3,6 +3,7 @@ lmmgr.c : Add, remove or manage the maxr
|
||
|
*/
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
+#include <stdlib.h>
|
||
|
#include "lmdb.h"
|
||
|
|
||
|
static int report_error(int rc)
|