From f16a83d105af9a97ee29ec8506da674a58bee0b2 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 4 Aug 2000 11:23:40 +0000 Subject: [PATCH] util.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8896 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kadmin/kadmin_locl.h | 3 +++ kdc/headers.h | 3 +++ kpasswd/kpasswd_locl.h | 6 ++++++ 3 files changed, 12 insertions(+) diff --git a/kadmin/kadmin_locl.h b/kadmin/kadmin_locl.h index 3843fe8b2..3d9c35868 100644 --- a/kadmin/kadmin_locl.h +++ b/kadmin/kadmin_locl.h @@ -72,6 +72,9 @@ #include #endif +#ifdef HAVE_UTIL_H +#include +#endif #ifdef HAVE_NETDB_H #include #endif diff --git a/kdc/headers.h b/kdc/headers.h index be380f520..9d079c80c 100644 --- a/kdc/headers.h +++ b/kdc/headers.h @@ -74,6 +74,9 @@ #ifdef HAVE_NETDB_H #include #endif +#ifdef HAVE_UTIL_H +#include +#endif #include #include #include diff --git a/kpasswd/kpasswd_locl.h b/kpasswd/kpasswd_locl.h index 9895e2726..df75fb799 100644 --- a/kpasswd/kpasswd_locl.h +++ b/kpasswd/kpasswd_locl.h @@ -86,6 +86,12 @@ #ifdef HAVE_ERRNO_H #include #endif +#ifdef HAVE_DLFCN_H +#include +#endif +#ifdef HAVE_UTIL_H +#include +#endif #include #include #include