diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/krb5.h | 3 | ||||
| -rw-r--r-- | src/include/krb5/sysincl.h | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h index 7cc5c35a7..e51d742c3 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -16,7 +16,10 @@ #ifndef KRB5_GENERAL__ #define KRB5_GENERAL__ +#ifndef KRB5_SYSTYPES__ +#define KRB5_SYSTYPES__ #include <sys/types.h> +#endif /* KRB5_SYSTYPES__ */ #include <krb5/config.h> diff --git a/src/include/krb5/sysincl.h b/src/include/krb5/sysincl.h index cff7e0a2c..b53bd3672 100644 --- a/src/include/krb5/sysincl.h +++ b/src/include/krb5/sysincl.h @@ -16,7 +16,11 @@ #ifndef KRB5_SYSINCL__ #define KRB5_SYSINCL__ +#ifndef KRB5_SYSTYPES__ +#define KRB5_SYSTYPES__ #include <sys/types.h> /* needed for much of the reset */ +#endif /* KRB5_SYSTYPES__ */ + #include <sys/time.h> /* struct timeval, utimes() */ #include <sys/stat.h> /* struct stat, stat() */ #include <sys/param.h> /* MAXPATHLEN */ |
