diff options
author | 1997-06-24 02:33:48 +0000 | |
---|---|---|
committer | 1997-06-24 02:33:48 +0000 | |
commit | 6d4c2cc87128643412482bcc280f0723bb412e95 (patch) | |
tree | ebb0b381bd672c83ac344f8f2a5d04432f12a279 /usr.bin/patch/common.h | |
parent | Add '#include <stdlib.h>' for malloc() (diff) | |
download | wireguard-openbsd-6d4c2cc87128643412482bcc280f0723bb412e95.tar.xz wireguard-openbsd-6d4c2cc87128643412482bcc280f0723bb412e95.zip |
*** empty log message ***
Diffstat (limited to 'usr.bin/patch/common.h')
-rw-r--r-- | usr.bin/patch/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/patch/common.h b/usr.bin/patch/common.h index 198f83b8c40..e1a448ce974 100644 --- a/usr.bin/patch/common.h +++ b/usr.bin/patch/common.h @@ -1,4 +1,4 @@ -/* $OpenBSD: common.h,v 1.6 1997/01/17 15:47:51 millert Exp $ */ +/* $OpenBSD: common.h,v 1.7 1997/06/24 02:33:48 dgregor Exp $ */ #define DEBUGGING @@ -32,6 +32,7 @@ #include <sys/stat.h> #include <ctype.h> #include <signal.h> +#include <stdlib.h> #undef malloc #undef realloc |