diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-02-17 11:20:09 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-02-17 11:20:09 +0000 |
| commit | e7451a8d9438623f6e7b888169ad750f9adab61d (patch) | |
| tree | b958da246c6595677c607cb4c622fd300c15da33 /src/lib | |
| parent | 124f65d3c84c567fb2e184b2352551c38f745ee2 (diff) | |
need netinet/in.h for htons/ntohs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1710 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc_gennew.c | 1 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc_maybe.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_gennew.c b/src/lib/krb5/ccache/file/fcc_gennew.c index 5860b8336..cd012e13f 100644 --- a/src/lib/krb5/ccache/file/fcc_gennew.c +++ b/src/lib/krb5/ccache/file/fcc_gennew.c @@ -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; diff --git a/src/lib/krb5/ccache/file/fcc_maybe.c b/src/lib/krb5/ccache/file/fcc_maybe.c index 2a2a8878a..b1ed9880b 100644 --- a/src/lib/krb5/ccache/file/fcc_maybe.c +++ b/src/lib/krb5/ccache/file/fcc_maybe.c @@ -11,6 +11,7 @@ */ #include "fcc.h" +#include <netinet/in.h> /* XXX ip only? */ krb5_error_code krb5_fcc_close_file (id) |
