diff options
author | dgregor <dgregor@cvs.openbsd.org> | 1997-06-24 02:33:49 +0000 |
---|---|---|
committer | dgregor <dgregor@cvs.openbsd.org> | 1997-06-24 02:33:49 +0000 |
commit | 3da6b6c4d93ea24ae0e876a49c76659b65623463 (patch) | |
tree | e5f4c32b16224c959704790fb358c0182bba2192 /usr.bin/patch/common.h | |
parent | c0aea6822e2e0437c2737319d2ad6c692b3b1198 (diff) |
*** 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 |