Include <arpa/nameser.h> (should really go some where else).

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4580 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-03-16 21:50:44 +00:00
parent fb2044fc54
commit b1b1ba8029

View File

@@ -38,12 +38,13 @@
#include "krb5_locl.h"
#define USE_RESOLVER
#ifdef HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
#include "resolve.h"
RCSID("$Id$");
/* Public principal handling functions */
#define princ_num_comp(P) ((P)->name.name_string.len)
#define princ_type(P) ((P)->name.name_type)
#define princ_comp(P) ((P)->name.name_string.val)