$NetBSD: patch-ah,v 1.2 2012/04/16 04:01:10 dholland Exp $

Use standard headers

--- 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"
 
