diff options
Diffstat (limited to 'time/unix/atime.h')
-rw-r--r-- | time/unix/atime.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/time/unix/atime.h b/time/unix/atime.h index 772150dce..9d2169deb 100644 --- a/time/unix/atime.h +++ b/time/unix/atime.h @@ -56,8 +56,15 @@ #ifndef ATIME_H #define ATIME_H +#include "apr_config.h" #include "apr_time.h" +#include "apr_lib.h" + +/* System Headers required for time library */ +#if HAVE_SYS_TIME_H #include <sys/time.h> +#endif +/* End System Headers */ struct atime_t { ap_context_t *cntxt; |