From 7d75a2a5f5052e0d902adbf7bd920cc32a78fadd Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 21 Aug 2001 23:09:03 +0000 Subject: [PATCH] include libutil.h if it exists git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10515 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/sys_term.c | 3 +++ kdc/headers.h | 3 +++ kpasswd/kpasswd_locl.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/appl/telnet/telnetd/sys_term.c b/appl/telnet/telnetd/sys_term.c index 6a43136f8..87a2ae858 100644 --- a/appl/telnet/telnetd/sys_term.c +++ b/appl/telnet/telnetd/sys_term.c @@ -142,6 +142,9 @@ char wtmpf[] = "/etc/wtmp"; #ifdef HAVE_UTIL_H #include #endif +#ifdef HAVE_LIBUTIL_H +#include +#endif # ifndef TCSANOW # ifdef TCSETS diff --git a/kdc/headers.h b/kdc/headers.h index efcf350f6..956235271 100644 --- a/kdc/headers.h +++ b/kdc/headers.h @@ -77,6 +77,9 @@ #ifdef HAVE_UTIL_H #include #endif +#ifdef HAVE_LIBUTIL_H +#include +#endif #include #include #include diff --git a/kpasswd/kpasswd_locl.h b/kpasswd/kpasswd_locl.h index b47d1d2c6..501863308 100644 --- a/kpasswd/kpasswd_locl.h +++ b/kpasswd/kpasswd_locl.h @@ -92,6 +92,9 @@ #ifdef HAVE_UTIL_H #include #endif +#ifdef HAVE_LIBUTIL_H +#include +#endif #include #include #include