rearrange headers
authorBill Sommerfeld <wesommer@mit.edu>
Sat, 3 Feb 1990 10:13:24 +0000 (10:13 +0000)
committerBill Sommerfeld <wesommer@mit.edu>
Sat, 3 Feb 1990 10:13:24 +0000 (10:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@240 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ccdefault.c

index 365086bef36f88b9587625a4c5399262287bbfba..b3f9efc4ef4fa661d1d64f080480c533e50ce6b4 100644 (file)
@@ -15,9 +15,11 @@ static char rcsid_default_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
+#include <stdio.h>
+#include <assert.h>
+
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <assert.h>
 
 static krb5_ccache default_ccache;