aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/window/ttinit.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-04-02 19:01:07 +0000
committerBruce Evans <bde@FreeBSD.org>1995-04-02 19:01:07 +0000
commit73d1243fe513139b12ea0de629ae1dea1bc40700 (patch)
tree6a7c495d65d0ccc8306a6786191eec6ff3b0aff0 /usr.bin/window/ttinit.c
parentb8ca7ca6c6dfec2d0b6f9a880eb5bdd338e2167e (diff)
downloadsrc-73d1243fe513139b12ea0de629ae1dea1bc40700.tar.gz
src-73d1243fe513139b12ea0de629ae1dea1bc40700.zip
Include <stdlib.h> so that malloc() is declared.
Notes
Notes: svn path=/head/; revision=7592
Diffstat (limited to 'usr.bin/window/ttinit.c')
-rw-r--r--usr.bin/window/ttinit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c
index 8b828724c27b..eac904c285a6 100644
--- a/usr.bin/window/ttinit.c
+++ b/usr.bin/window/ttinit.c
@@ -40,6 +40,7 @@ static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93";
#include "ww.h"
#include "tt.h"
+#include <stdlib.h>
int tt_h19();
int tt_h29();