66
/* Including this here because the cantrip is so bloody involved */
67
#if TIME_WITH_SYS_TIME
68
# include <sys/time.h>
72
# include <sys/time.h>
66
#include <gnulib/time.h>
68
#ifndef HAVE_DECL_TIMEGM
69
# if defined(__cplusplus)
72
time_t timegm (struct tm *__tm);
73
#endif /* HAVE_DECL_TIMEGM */