diff options
author | jb <jb@FreeBSD.org> | 1998-02-20 19:50:10 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-02-20 19:50:10 +0000 |
commit | 4fd64574bcc98dd98909a09a94c588753be246e6 (patch) | |
tree | 0bc41fbd2af7b744c7d626e4608ef7771c3a0aeb /usr.bin/window | |
parent | ebd2dc578df2bed25bcc3bd29636e42c89d96af8 (diff) | |
download | FreeBSD-src-4fd64574bcc98dd98909a09a94c588753be246e6.zip FreeBSD-src-4fd64574bcc98dd98909a09a94c588753be246e6.tar.gz |
Add #include <stdlib.h> to get prototypes.
Diffstat (limited to 'usr.bin/window')
-rw-r--r-- | usr.bin/window/cmd7.c | 1 | ||||
-rw-r--r-- | usr.bin/window/wwalloc.c | 1 | ||||
-rw-r--r-- | usr.bin/window/wwsize.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index 6bd4c4e..c6324ff 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include <stdlib.h> #include "defs.h" #include "string.h" diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index 009bf12..c083acf 100644 --- a/usr.bin/window/wwalloc.c +++ b/usr.bin/window/wwalloc.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include <stdlib.h> #include "ww.h" char ** diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index 7dee857..86e4698 100644 --- a/usr.bin/window/wwsize.c +++ b/usr.bin/window/wwsize.c @@ -38,6 +38,7 @@ static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ +#include <stdlib.h> #include "ww.h" /* |