Moved #include of kdb5_edit.h past the declaration of struct saltblock,
authorTheodore Tso <tytso@mit.edu>
Thu, 29 Jul 1993 04:09:21 +0000 (04:09 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 29 Jul 1993 04:09:21 +0000 (04:09 +0000)
since kdb5_edit.h requires it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2622 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/edit/kdb5_edit.c

index bebfb20288ed79ab73215c8f04a7b8926f532311..16b2046952e1418d23f0b40b3bacbd7d61a7d327 100644 (file)
@@ -43,13 +43,13 @@ static char rcsid_kdb_edit_c[] =
 #include <ss/ss.h>
 #include <stdio.h>
 
-#include "./kdb5_edit.h"
-
 struct saltblock {
     int salttype;
     krb5_data saltdata;
 };
 
+#include "./kdb5_edit.h"
+
 #define norealm_salt(princ, retdata) krb5_principal2salt(&(princ)[1], retdata)
 
 struct mblock mblock = {                               /* XXX */