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

src/lib/krb5/os/ccdefname.c

index c36e0e0d9b0b74a6ad36de95540eab6412bc0615..4422487144167f9969c3c4892d05ff2c4b7bd269 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_defname_c[] =
 #include <krb5/krb5.h>
 
 #include <stdio.h>
-#include <stdlib.h>
+#include <krb5/ext-proto.h>
 
 char *krb5_cc_default_name()
 {