summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-07-30 23:25:37 +0000
committerTom Yu <tlyu@mit.edu>1996-07-30 23:25:37 +0000
commit24e156d8f5f2f5c5063ea9fe697e0b0d613075d0 (patch)
tree174b2eb0db2c823997e5c16ce67d623a2582266c /src/lib
parent9a0f1207b850eca2d546dbba0279cbd58b0c2303 (diff)
downloadkrb5-24e156d8f5f2f5c5063ea9fe697e0b0d613075d0.tar.gz
krb5-24e156d8f5f2f5c5063ea9fe697e0b0d613075d0.tar.xz
krb5-24e156d8f5f2f5c5063ea9fe697e0b0d613075d0.zip
* svc_auth_gssapi.c: #include <rpc/rpc.h> before <sys/stat.h> (to
get sys/types.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8866 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/rpc/svc_auth_gssapi.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/rpc/svc_auth_gssapi.c b/src/lib/rpc/svc_auth_gssapi.c
index 07cf59ab8..dbfefdbeb 100644
--- a/src/lib/rpc/svc_auth_gssapi.c
+++ b/src/lib/rpc/svc_auth_gssapi.c
@@ -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>