* svc_auth_gssapi.c: #include <rpc/rpc.h> before <sys/stat.h> (to
authorTom Yu <tlyu@mit.edu>
Tue, 30 Jul 1996 23:25:37 +0000 (23:25 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 30 Jul 1996 23:25:37 +0000 (23:25 +0000)
get sys/types.h.

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

src/lib/rpc/svc_auth_gssapi.c

index 07cf59ab8bb7101bd7bcb9dd77d0c43c40da1329..dbfefdbeb428aadd7d999d95ccbfd6adf5ed22e3 100644 (file)
@@ -5,6 +5,10 @@
  * $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
@@ -166,8 +170,8 @@ static char *rcsid = "$Header$";
 
 #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>