need PROTOTYPE macro
authorJohn Kohl <jtkohl@mit.edu>
Mon, 6 May 1991 10:39:57 +0000 (10:39 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 6 May 1991 10:39:57 +0000 (10:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2088 dc483132-0cff-0310-8789-dd5450dbe970

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

index e3cb9231794221018d3af7e7dd2b145dfe29b329..0fc99c1f7646638895c89efaab6d3585339d6b59 100644 (file)
@@ -14,7 +14,7 @@ static char rcsid_net_read_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/config.h>               /* for stdlib.h config option */
+#include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 
 /*
index 53313e7b5c7ce2a8668abd21d9ab208efebf49bf..d85de5a1dea36ab7ef99fa29924a29a763b9e4b6 100644 (file)
@@ -14,7 +14,7 @@ static char rcsid_net_write_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/config.h>               /* ext-proto.h needs this */
+#include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 
 /*