summaryrefslogtreecommitdiff
path: root/databases/sdbm/patches/patch-ai
blob: a57cdbe54217be28287dd3e4475f44ca6ab7c547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ai,v 1.2 2012/04/16 04:01:10 dholland Exp $

Use standard headers.

--- dbd.c	2008/08/12 12:19:22	1.1
+++ dbd.c	2008/08/12 12:19:53
@@ -3,6 +3,8 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <sys/file.h>
 #include "sdbm.h"