need netinet/in.h for inet stuff
authorJohn Kohl <jtkohl@mit.edu>
Mon, 7 May 1990 17:08:11 +0000 (17:08 +0000)
committerJohn 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

index d197c9b30ac661e104f7015d681559a94aed3524..8329711b7a87e1eebce3595ce8adac40b4c85794 100644 (file)
@@ -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