From 18807359c9885fc7e1ca3aa37db1998364fb9d79 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 18 Nov 1995 03:22:58 +0000 Subject: Makefile.in, ChangeLog: Add support to compile shared libraries gssapi.h: Include sys/types.h, since that's where POSIX says size_t is defined. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7116 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/gssapi/generic/gssapi.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/gssapi/generic/gssapi.h') diff --git a/src/lib/gssapi/generic/gssapi.h b/src/lib/gssapi/generic/gssapi.h index 99390059e8..0920179574 100644 --- a/src/lib/gssapi/generic/gssapi.h +++ b/src/lib/gssapi/generic/gssapi.h @@ -92,6 +92,11 @@ #include #endif /* HAVE_STDDEF_H */ +/* + * POSIX says that sys/types.h is where size_t is defined. + */ +#include + /* * If the platform supports the xom.h header file, it should be included here. */ -- cgit