Allow snobol to compile on IA-64, with thanks to:

Submitted by:	Marcel Moolenaar <marcel@xcllnt.net>
This commit is contained in:
Wes Peters 2003-06-09 01:13:14 +00:00
parent 87937c3ca2
commit 1d69d936c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82556

View File

@ -0,0 +1,10 @@
--- lib/posix/tty.c.orig Sat Jun 7 20:21:57 2003
+++ lib/posix/tty.c Sat Jun 7 20:22:21 2003
@@ -1,6 +1,7 @@
/* $Id: tty.c,v 1.5 1996/10/27 05:37:51 phil Exp $ */
#include <stdio.h>
+#include <stdlib.h>
#ifdef USE_TERMIO
/* awful; but better than duplicating the whole file! */