* network.c: Include fake-addrinfo.h
authorKen Raeburn <raeburn@mit.edu>
Fri, 5 Jul 2002 21:02:58 +0000 (21:02 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 5 Jul 2002 21:02:58 +0000 (21:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14604 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog
src/kdc/network.c

index 51457389a09e609ff16d3f7841156bc3e8d57724..a6ad0a72b188fead0cd497f6549335736cdafa61 100644 (file)
@@ -15,6 +15,7 @@
        macros instead of casting.  Enable the IPv6 code.
        * dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS
        before including k5-int.h.
+       * network.c: Include fake-addrinfo.h.
 
 2002-07-02  Ken Raeburn  <raeburn@mit.edu>
 
index 76bf9a929785807d24c3e18bfedbb4eebe7556e4..ff23ff08eaab4cdf14240cb035f828d156c36145 100644 (file)
@@ -56,6 +56,8 @@
 #include <net/if.h>
 #endif
 
+#include "fake-addrinfo.h"
+
 extern int errno;
 
 static int *udp_port_fds = (int *) NULL;