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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user