summaryrefslogtreecommitdiffstats
path: root/usr.bin/window
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-02-20 19:50:10 +0000
committerjb <jb@FreeBSD.org>1998-02-20 19:50:10 +0000
commit4fd64574bcc98dd98909a09a94c588753be246e6 (patch)
tree0bc41fbd2af7b744c7d626e4608ef7771c3a0aeb /usr.bin/window
parentebd2dc578df2bed25bcc3bd29636e42c89d96af8 (diff)
downloadFreeBSD-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.c1
-rw-r--r--usr.bin/window/wwalloc.c1
-rw-r--r--usr.bin/window/wwsize.c1
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"
/*
OpenPOWER on IntegriCloud