diff options
Diffstat (limited to 'src/lib/gssapi/generic/gssapi.h')
-rw-r--r-- | src/lib/gssapi/generic/gssapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -93,6 +93,11 @@ #endif /* HAVE_STDDEF_H */ /* + * POSIX says that sys/types.h is where size_t is defined. + */ +#include <sys/types.h> + +/* * If the platform supports the xom.h header file, it should be included here. */ #if HAVE_XOM_H |