* hst_realm.c:
* locate_kdc.c: Include netinet/in.h as a prerequisite for
resolv.h.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16753
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-09-13 Tom Yu <tlyu@mit.edu>
+
+ * dnssrv.c:
+ * hst_realm.c:
+ * locate_kdc.c: Include netinet/in.h as a prerequisite for
+ resolv.h.
+
2004-08-27 Ken Raeburn <raeburn@mit.edu>
* sendto_kdc.c (start_connection) [DEBUG]: Log the local socket
#ifdef WSHELPER
#include <wshelper.h>
#else /* WSHELPER */
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <resolv.h>
#ifdef WSHELPER
#include <wshelper.h>
#else /* WSHELPER */
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#ifndef T_TXT /* not defined on SunOS 4 */
#ifdef WSHELPER
#include <wshelper.h>
#else /* WSHELPER */
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <resolv.h>