fix ntohs/htons
authorJohn Kohl <jtkohl@mit.edu>
Sun, 17 Feb 1991 11:23:00 +0000 (11:23 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Sun, 17 Feb 1991 11:23:00 +0000 (11:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1711 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/stdio/scc_gennew.c
src/lib/krb5/ccache/stdio/scc_maybe.c

index 8f23135280223f1e6e31a6b37930aeb7b6f2c353..5deafe8c72657dd57bacbceac7cf20c146f64916 100644 (file)
@@ -16,6 +16,7 @@ static char rcsid_scc_resolve_c[] = "$Id$";
 
 #include "scc.h"
 
+#include <netinet/in.h>                        /* XXX ip only? */
 #include <krb5/copyright.h>
 
 extern krb5_cc_ops krb5_scc_ops;
index 6348b8890c5044b90108aeaa19406f597200c000..f406225f63cca246cd07685ba8bfa5a765ae0ae2 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "scc.h"
+#include <netinet/in.h>                        /* XXX ip only? */
 
 krb5_error_code
 krb5_scc_close_file (id)