projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1801ab4
)
need netinet/in.h for inet stuff
author
John Kohl
<jtkohl@mit.edu>
Mon, 7 May 1990 17:08:11 +0000
(17:08 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 7 May 1990 17:08:11 +0000
(17:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@759
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kdc/do_as_req.c
patch
|
blob
|
history
diff --git
a/src/kdc/do_as_req.c
b/src/kdc/do_as_req.c
index d197c9b30ac661e104f7015d681559a94aed3524..8329711b7a87e1eebce3595ce8adac40b4c85794 100644
(file)
--- a/
src/kdc/do_as_req.c
+++ b/
src/kdc/do_as_req.c
@@
-32,6
+32,7
@@
static char rcsid_do_as_req_c[] =
#include <syslog.h>
#ifdef KRB5_USE_INET
+#include <netinet/in.h>
#include <arpa/inet.h>
#endif