From f4e724773044da41855758c811606a25b581b771 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 15 Jul 1997 19:59:11 +0000 Subject: [PATCH] err.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2326 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/admin_locl.h | 1 + appl/rsh/rsh_locl.h | 1 + kdc/kdc_locl.h | 1 + 3 files changed, 3 insertions(+) diff --git a/admin/admin_locl.h b/admin/admin_locl.h index f0c918760..60c1cf817 100644 --- a/admin/admin_locl.h +++ b/admin/admin_locl.h @@ -27,6 +27,7 @@ #ifdef HAVE_NETDB_H #include #endif +#include #include #include #include diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index ae5bd4c18..6138b29c4 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -33,6 +33,7 @@ #ifdef HAVE_PATHS_H #include #endif +#include #include #ifdef KRB4 #include diff --git a/kdc/kdc_locl.h b/kdc/kdc_locl.h index 05a335c5a..c94344758 100644 --- a/kdc/kdc_locl.h +++ b/kdc/kdc_locl.h @@ -28,6 +28,7 @@ #ifdef HAVE_NETDB_H #include #endif +#include #include #include #include