From 76112de73437ac3db04b45d4b7a9d1f1b74f83fd Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 21 Dec 1999 11:18:08 +1100 Subject: - Integration of large HPUX patch from Andre Lucas . Integrating it had a few other benefits: - Ability to disable shadow passwords at configure time - Ability to disable lastlog support at configure time - Support for IP address in $DISPLAY --- includes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes.h') diff --git a/includes.h b/includes.h index c14ab6b3..308e674c 100644 --- a/includes.h +++ b/includes.h @@ -67,6 +67,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_SYS_TIME_H # include #endif +#ifdef HAVE_SYS_BSDTTY_H +# include +#endif #ifdef HAVE_LIBPAM # include #endif -- cgit v1.2.3