shithub: npe

Download patch

ref: 193e4dc49c36ce7944c2439e39da072bcc460b3e
parent: cb690109707ea6e97f9558e5806d48786b7ffce3
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Mar 19 05:57:29 EDT 2021

time.h: include sys/time.h

--- a/include/npe/time.h
+++ b/include/npe/time.h
@@ -17,6 +17,8 @@
 	int tm_isdst;
 };
 
+#include <sys/time.h>
+
 #define localtime npe_localtime
 struct tm *npe_localtime(time_t *timep);
 size_t strftime(char *s, size_t max, const char *format, const struct tm *tm);