mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
18 lines
326 B
Plaintext
18 lines
326 B
Plaintext
$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"
|
|
|