put netinet/in.h inclusion with other headers
authorKen Raeburn <raeburn@mit.edu>
Sun, 9 Jun 2002 11:14:11 +0000 (11:14 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 9 Jun 2002 11:14:11 +0000 (11:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14487 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/keytab/kt_file.c

index ab5405e1d643ae98c8105139f11f7ee916f6b9ea..f73a54793d6647dc93c07fd1e66bdc574976b576 100644 (file)
@@ -1,4 +1,3 @@
-#include <netinet/in.h> /* for htons etc */
 /*
  * lib/krb5/keytab/kt_file.c
  *
@@ -27,6 +26,7 @@
  */
 
 #define NEED_SOCKETS
+#include <netinet/in.h>
 #include "k5-int.h"
 #include <stdio.h>