summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-17 11:23:00 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-17 11:23:00 +0000
commitc9c243042b3ae8a111d7ca88f7c1758e6b39fa94 (patch)
tree56f147aba8600d6a6a89212c9772d16977410003 /src
parente7451a8d9438623f6e7b888169ad750f9adab61d (diff)
fix ntohs/htons
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1711 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/stdio/scc_gennew.c1
-rw-r--r--src/lib/krb5/ccache/stdio/scc_maybe.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/stdio/scc_gennew.c b/src/lib/krb5/ccache/stdio/scc_gennew.c
index 8f2313528..5deafe8c7 100644
--- a/src/lib/krb5/ccache/stdio/scc_gennew.c
+++ b/src/lib/krb5/ccache/stdio/scc_gennew.c
@@ -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;
diff --git a/src/lib/krb5/ccache/stdio/scc_maybe.c b/src/lib/krb5/ccache/stdio/scc_maybe.c
index 6348b8890..f406225f6 100644
--- a/src/lib/krb5/ccache/stdio/scc_maybe.c
+++ b/src/lib/krb5/ccache/stdio/scc_maybe.c
@@ -11,6 +11,7 @@
*/
#include "scc.h"
+#include <netinet/in.h> /* XXX ip only? */
krb5_error_code
krb5_scc_close_file (id)