<krb5/ext-proto.h> depends on <krb5/config.h>
authorJohn Carr <jfc@mit.edu>
Mon, 3 Dec 1990 23:46:20 +0000 (23:46 +0000)
committerJohn Carr <jfc@mit.edu>
Mon, 3 Dec 1990 23:46:20 +0000 (23:46 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1529 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/net_read.c
src/lib/krb5/os/net_write.c

index 06e8ec755554bec071c5fc8f0c6e990bd5bf5768..55e6172aae7ad85addaf86ec1a25683515d42174 100644 (file)
@@ -14,6 +14,7 @@ static char rcsid_net_read_c[] =
 #endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
+#include <krb5/config.h>               /* for stdlib.h config option */
 #include <krb5/ext-proto.h>
 
 /*
index 834b30393d6c86685dfd1ec813ffa5392ae2201e..0215db0ff6d3d1ac1e8ab07d494f77208e894edf 100644 (file)
@@ -14,6 +14,7 @@ static char rcsid_net_write_c[] =
 #endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>
+#include <krb5/config.h>               /* ext-proto.h needs this */
 #include <krb5/ext-proto.h>
 
 /*