Move stdio inclusion to the top of the file so there is a definition of
printf when building without v4 support.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20345
dc483132-0cff-0310-8789-
dd5450dbe970
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#include <stdio.h>
+
#ifdef KRB5_KRB4_COMPAT
#include "k5-int.h"
static char *v4_mkeyfile = "/.k";
#include <kadm5/admin.h>
-#include <stdio.h>
/* Define to make certain blocks private */
#define V4_DECLARES_STATIC
#include "kdb5_util.h"