need netinet/in.h for htons/ntohs
authorJohn Kohl <jtkohl@mit.edu>
Sun, 17 Feb 1991 11:20:09 +0000 (11:20 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Sun, 17 Feb 1991 11:20:09 +0000 (11:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1710 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc_gennew.c
src/lib/krb5/ccache/file/fcc_maybe.c

index 5860b8336399767e826a72a6c51c684f774be385..cd012e13f48853cce19f93c89094e0332c473788 100644 (file)
@@ -16,6 +16,7 @@ static char rcsid_fcc_resolve_c[] = "$Id$";
 
 #include "fcc.h"
 
+#include <netinet/in.h>                        /* XXX ip only? */
 #include <krb5/copyright.h>
 
 extern krb5_cc_ops krb5_fcc_ops;
index 2a2a8878a5f820ede06d0c8d178d0355b1592f2d..b1ed9880b27412ccce14f3e60057d15c0b21f94f 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "fcc.h"
+#include <netinet/in.h>                        /* XXX ip only? */
 
 krb5_error_code
 krb5_fcc_close_file (id)