summaryrefslogtreecommitdiff
path: root/editors/beav/patches/patch-ad
blob: bac09c1612fb422ade08f9c8d20904ebccbf64d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.3 2016/03/30 10:03:46 jperkin Exp $

Add more includes.

--- def.h.orig	2007-11-25 12:09:23.000000000 +0000
+++ def.h
@@ -13,6 +13,8 @@
 #define DEF_DEF
 #define LINT_ARGS   1		/* enable lint type checking */
 #include        <stdio.h>
+#include        <stdlib.h>
+#include        <string.h>
 
 #ifdef UNIX
 #include        <sys/types.h>