use ext-proto.h rather than stdlib.h
authorJohn Kohl <jtkohl@mit.edu>
Mon, 5 Feb 1990 14:47:21 +0000 (14:47 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 5 Feb 1990 14:47:21 +0000 (14:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@274 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/localaddr.c

index 2c8fad17768d6acc2a78b6918b2d68df2f93a005..38f531938d68b1f5332045a185742d67ddd660b8 100644 (file)
@@ -21,7 +21,8 @@ static char rcsid_getaddr_c[] =
 #include <krb5/krb5.h>
 #include <krb5/osconf.h>
 
-#include <stdlib.h>
+#include <krb5/ext-proto.h>
+
 #include <sys/ioctl.h>
 #include <sys/socket.h>
 #include <net/if.h>