get sys/types.h.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8866
dc483132-0cff-0310-8789-
dd5450dbe970
* $Source$
*
* $Log$
+ * Revision 1.38 1996/07/30 23:25:37 tlyu
+ * * svc_auth_gssapi.c: #include <rpc/rpc.h> before <sys/stat.h> (to
+ * get sys/types.h.
+ *
* Revision 1.37 1996/07/22 20:41:00 marc
* this commit includes all the changes on the OV_9510_INTEGRATION and
* OV_MERGE branches. This includes, but is not limited to, the new openvision
#include <stdio.h>
#include <string.h>
-#include <sys/stat.h>
#include <rpc/rpc.h>
+#include <sys/stat.h>
#include <gssapi/gssapi_generic.h>
#include <rpc/auth_gssapi.h>