included by gssapi.h.
gssapi.h: Add a #ifndef _MACINTOSH around include of <sys/types.h>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7275
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Jan 4 21:33:38 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * gssapiP_generic.h: Don't include <sys/types.h> since it's
+ already included by gssapi.h.
+
+ * gssapi.h: Add a #ifndef _MACINTOSH around include of <sys/types.h>
+
Fri Nov 17 22:21:58 1995 <tytso@rsts-11.mit.edu>
* Makefile.in, ChangeLog: Add support to compile shared libraries.
/*
* POSIX says that sys/types.h is where size_t is defined.
*/
+#ifndef _MACINTOSH
#include <sys/types.h>
+#endif
/*
* If the platform supports the xom.h header file, it should be included here.
#include "gssapi_err_generic.h"
#include <errno.h>
-#ifndef _MACINTOSH
-#include <sys/types.h>
-#endif
/** helper macros **/