mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
19 lines
332 B
Plaintext
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;
|