diff options
Diffstat (limited to 'src/lib/gssapi/generic/gssapi.h')
-rw-r--r-- | src/lib/gssapi/generic/gssapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/gssapi/generic/gssapi.h b/src/lib/gssapi/generic/gssapi.h index 0920179574..a715a9aa4f 100644 --- a/src/lib/gssapi/generic/gssapi.h +++ b/src/lib/gssapi/generic/gssapi.h @@ -95,7 +95,9 @@ /* * 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. |