util.h
authorJohan Danielsson <joda@pdc.kth.se>
Fri, 4 Aug 2000 11:23:40 +0000 (11:23 +0000)
committerJohan Danielsson <joda@pdc.kth.se>
Fri, 4 Aug 2000 11:23:40 +0000 (11:23 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8896 ec53bebd-3082-4978-b11e-865c3cabbd6b

kadmin/kadmin_locl.h
kdc/headers.h
kpasswd/kpasswd_locl.h

index 3843fe8b2c5a684349421ef9535b1dd31ce2acfb..3d9c35868c43f2e400e1f667c2620bd5cecee4ad 100644 (file)
@@ -72,6 +72,9 @@
 #include <netinet6/in6.h>
 #endif
 
+#ifdef HAVE_UTIL_H
+#include <util.h>
+#endif
 #ifdef HAVE_NETDB_H
 #include <netdb.h>
 #endif
index be380f5208f309586a1f04cc8a8f3bd3d0c11a17..9d079c80ce810aa1c801048482a7cfe3ff606710 100644 (file)
@@ -74,6 +74,9 @@
 #ifdef HAVE_NETDB_H
 #include <netdb.h>
 #endif
+#ifdef HAVE_UTIL_H
+#include <util.h>
+#endif
 #include <err.h>
 #include <roken.h>
 #include <getarg.h>
index 9895e2726fe56a6f59a70b97fb473ad778eb1b97..df75fb79993786c4610b21ae1c45252eef86cfde 100644 (file)
 #ifdef HAVE_ERRNO_H
 #include <errno.h>
 #endif
+#ifdef HAVE_DLFCN_H
+#include <dlfcn.h>
+#endif
+#ifdef HAVE_UTIL_H
+#include <util.h>
+#endif
 #include <err.h>
 #include <roken.h>
 #include <getarg.h>