Commit Diff
--- include/got_date.h +++ include/got_date.h @@ -14,5 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/time.h> + void got_date_format_gmtoff(char *, size_t, time_t);
--- include/got_date.h +++ include/got_date.h @@ -14,5 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/time.h> + void got_date_format_gmtoff(char *, size_t, time_t);