mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
10 lines
160 B
Diff
10 lines
160 B
Diff
--- libdb/db_btree.c
|
|
+++ libdb/db_btree.c
|
|
@@ -29,6 +29,7 @@
|
|
#ifdef BTREE
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
|