From 24e156d8f5f2f5c5063ea9fe697e0b0d613075d0 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 30 Jul 1996 23:25:37 +0000 Subject: [PATCH] * svc_auth_gssapi.c: #include before (to 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 before (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 #include -#include #include +#include #include #include -- 2.26.2