move <des.h> to after include <krb5-types.h> so the C99 integer types exists

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14667 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-03-20 16:12:19 +00:00
parent 7c6b360f3a
commit ce454647a2

View File

@@ -37,10 +37,10 @@
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#include <des.h>
#ifdef KRB5 #ifdef KRB5
#include <krb5-types.h> #include <krb5-types.h>
#endif #endif
#include <des.h>
#include <string.h> #include <string.h>