summaryrefslogtreecommitdiff
path: root/databases/sdbm/patches/patch-ah
blob: f0bfb4eb10a3b328ef61cad10a62c7eb0b7f96b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"