summaryrefslogtreecommitdiff
path: root/editors/beav/patches/patch-ad
blob: ce832fc3398a0070b91881998e60ec0571a300bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.2 2007/11/25 12:15:53 wiz Exp $

--- 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>