summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/wwopen.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-02 19:01:07 +0000
committerbde <bde@FreeBSD.org>1995-04-02 19:01:07 +0000
commite60505aff7181f2b3e2aa840cc39bc142d0f76c3 (patch)
tree6a7c495d65d0ccc8306a6786191eec6ff3b0aff0 /usr.bin/window/wwopen.c
parent4abf7bb9b6a2ee31bc31217410a95035d602c209 (diff)
downloadFreeBSD-src-e60505aff7181f2b3e2aa840cc39bc142d0f76c3.zip
FreeBSD-src-e60505aff7181f2b3e2aa840cc39bc142d0f76c3.tar.gz
Include <stdlib.h> so that malloc() is declared.
Diffstat (limited to 'usr.bin/window/wwopen.c')
-rw-r--r--usr.bin/window/wwopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c
index c4fc96b..8a8be2a 100644
--- a/usr.bin/window/wwopen.c
+++ b/usr.bin/window/wwopen.c
@@ -42,6 +42,7 @@ static char sccsid[] = "@(#)wwopen.c 8.1 (Berkeley) 6/6/93";
#include <sys/types.h>
#include <sys/socket.h>
#include <fcntl.h>
+#include <stdlib.h>
struct ww *
wwopen(flags, nrow, ncol, row, col, nline)
OpenPOWER on IntegriCloud