From: Theodore Tso Date: Wed, 27 Mar 1996 05:08:52 +0000 (+0000) Subject: Don't include mechglue.h will take care of this by X-Git-Tag: krb5-1.0-beta6~290 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e62bc37dcb70631703c7954dcd774b1c5eb32bed;p=krb5.git Don't include mechglue.h will take care of this by including gssapi.h, which will include sys/types.h if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7717 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/gssapi/mechglue/ChangeLog b/src/lib/gssapi/mechglue/ChangeLog index 6967119ed..d50e7695f 100644 --- a/src/lib/gssapi/mechglue/ChangeLog +++ b/src/lib/gssapi/mechglue/ChangeLog @@ -1,3 +1,9 @@ +Wed Mar 27 00:05:37 1996 Theodore Y. Ts'o + + * mglueP.h: Don't include mechglue.h will take care + of this by including gssapi.h, which will include + sys/types.h if necessary. + Thu Mar 21 00:12:07 1996 Theodore Y. Ts'o * g_imp_sec_context.c (gss_import_sec_context): diff --git a/src/lib/gssapi/mechglue/mglueP.h b/src/lib/gssapi/mechglue/mglueP.h index df9802f09..e82cfbba0 100644 --- a/src/lib/gssapi/mechglue/mglueP.h +++ b/src/lib/gssapi/mechglue/mglueP.h @@ -11,7 +11,6 @@ #define _GSS_MECHGLUEP_H #include "mechglue.h" -#include #ifdef _MSDOS #include