hacks to make it compile everywhere

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@260 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-02-11 16:07:55 +00:00
parent 193d401b87
commit 7d69e8a197
3 changed files with 12 additions and 4 deletions

View File

@@ -85,6 +85,9 @@ int registerd_host_only = 0;
#ifdef HAVE_SYS_STREAM_H
#include <sys/stream.h>
#endif
#if defined(_AIX)
#include <sys/termio.h>
#endif
# ifdef HAVE_SYS_STRTTY_H
# include <sys/strtty.h>
# endif