Include <krb5/sysincl.h> and <netinet/in.h>. The former is needed
authorJohn Carr <jfc@mit.edu>
Tue, 11 Feb 1992 03:00:01 +0000 (03:00 +0000)
committerJohn Carr <jfc@mit.edu>
Tue, 11 Feb 1992 03:00:01 +0000 (03:00 +0000)
for proper time includes on AIX; the latter makes sure that a
definition of ntohl is available.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2202 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/convert/kdb5_convert.c

index a71f33a6ad16d9b7619858c3a3c82df5c42714ac..58aecf624f5e1a0afaab4969d4530661c74804f7 100644 (file)
@@ -51,12 +51,15 @@ static long master_key_version;
 #include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/osconf.h>
+#include <krb5/sysincl.h>
 
 #include <com_err.h>
 #include <stdio.h>
 
 #include <krb5/ext-proto.h>
 
+#include <netinet/in.h>                        /* ntohl */
+
 #define PROGNAME argv[0]
 
 enum ap_op {