need to define/declare htons/ntohs
authorJohn Kohl <jtkohl@mit.edu>
Sun, 17 Feb 1991 11:24:56 +0000 (11:24 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Sun, 17 Feb 1991 11:24:56 +0000 (11:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1712 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/rcache/rc_io.c

index 3a61140ba41bb01167d50ad26443023f35692d13..a79768f61be97be0def28e08aead3f21e366cebc 100644 (file)
@@ -28,6 +28,7 @@ static char rcsid_rc_base_c[] =
 #include "rc_dfl.h"
 #include "rc_io.h"
 #include <krb5/sysincl.h>
+#include <netinet/in.h>                        /* XXX ip only? */
 
 extern int errno; /* this should be in errno.h, but isn't on some systems */