From: Theodore Tso Date: Mon, 17 Mar 1997 19:43:17 +0000 (+0000) Subject: Fix header file so that winmac.h is #included when commpiling on the X-Git-Tag: krb5-1.1-beta1~1190 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38f89f6fee089f306cd8df8ee8f40b4341ca1973;p=krb5.git Fix header file so that winmac.h is #included when commpiling on the Macintosh. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10005 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog index 043ccadb3..99a4261fd 100644 --- a/src/lib/gssapi/generic/ChangeLog +++ b/src/lib/gssapi/generic/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 17 14:42:33 1997 Theodore Y. Ts'o + + * gssapi.hin: Fix header file so that winmac.h is #included when + compiling on the Macintosh. + Sat Feb 22 18:57:56 1997 Richard Basch * Makefile.in: Use some of the new library list build rules in diff --git a/src/lib/gssapi/generic/gssapi.hin b/src/lib/gssapi/generic/gssapi.hin index ab1cf8258..d78c09db5 100644 --- a/src/lib/gssapi/generic/gssapi.hin +++ b/src/lib/gssapi/generic/gssapi.hin @@ -27,7 +27,7 @@ * Determine platform-dependent configuration. */ -#if defined(_MSDOS) || defined(_WIN32) +#if defined(_MSDOS) || defined(_WIN32) || defined(_MACINTOSH) #include #endif