Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg: fix build on Linux
rilysh committed 1 year ago
commit 1db360974346d0f4d8f1be88ed912fb063686200
parent b8c3a96
1 file changed +4 -0
modified compat/bsd_compat.h
@@ -80,6 +80,10 @@
#include <bsd/libutil.h>
#endif

+
#ifdef HAVE_BSD_SYS_TIME_H
+
#include <bsd/sys/time.h>
+
#endif
+

#include <sys/stat.h>
#include "endian_util.h"