git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8896 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-08-04 11:23:40 +00:00
parent bfb5ec5f4e
commit f16a83d105
3 changed files with 12 additions and 0 deletions

View 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

View 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>

View File

@@ -86,6 +86,12 @@
#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>