diff options
Diffstat (limited to 'src/lib/krb5/os/gmt_mktime.c')
| -rw-r--r-- | src/lib/krb5/os/gmt_mktime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/os/gmt_mktime.c b/src/lib/krb5/os/gmt_mktime.c index fac8e65f3..7cfeba201 100644 --- a/src/lib/krb5/os/gmt_mktime.c +++ b/src/lib/krb5/os/gmt_mktime.c @@ -2,7 +2,9 @@ #include <stdio.h> +#ifdef HAVE_SYS_TYPES_H #include <sys/types.h> +#endif #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #ifdef TIME_WITH_SYS_TIME |
