shithub: npe

Download patch

ref: a5335817e8937c408afddec32845b7361f40bf17
parent: 61db9b4fbe5ad66d0600bca8c39171c027ae2ecd
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Jun 20 06:50:08 EDT 2021

sys/time.h: include time.h (depends on it anyway)

--- a/include/npe/sys/time.h
+++ b/include/npe/sys/time.h
@@ -2,6 +2,7 @@
 #define _npe_sys_time_h_
 
 #include <npe.h>
+#include <time.h>
 
 struct timeval {
 	time_t tv_sec;