2013-09-26 17:14:40 +02:00

19 lines
332 B
Plaintext

$NetBSD: patch-ai,v 1.4 2012/06/18 02:15:52 dholland Exp $
Use standard headers.
--- dbd.c.orig 2012-06-18 02:26:06.000000000 +0000
+++ dbd.c
@@ -3,7 +3,10 @@
*/
#include <stdio.h>
-#include <sys/file.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
+#include <fcntl.h>
#include "sdbm.h"
char *progname;