From: Tom Yu Date: Tue, 30 Jul 1996 23:25:37 +0000 (+0000) Subject: * svc_auth_gssapi.c: #include before (to X-Git-Tag: krb5-1.0-beta7~216 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24e156d8f5f2f5c5063ea9fe697e0b0d613075d0;p=krb5.git * 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 --- 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