summaryrefslogtreecommitdiff
path: root/databases/sdbm/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sdbm/patches/patch-ah')
-rw-r--r--databases/sdbm/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/sdbm/patches/patch-ah b/databases/sdbm/patches/patch-ah
new file mode 100644
index 00000000000..f0bfb4eb10a
--- /dev/null
+++ b/databases/sdbm/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2008/08/12 13:13:34 agc Exp $
+
+--- dba.c 2008/08/12 11:32:24 1.1
++++ dba.c 2008/08/12 11:32:58
+@@ -2,7 +2,10 @@
+ * dba dbm analysis/recovery
+ */
+
++#include <fcntl.h>
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ #include <sys/file.h>
+ #include "sdbm.h"
+