Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
pkg: fix build on Linux
rilysh committed 1 year ago
commit 1db360974346d0f4d8f1be88ed912fb063686200
parent b8c3a960b17a336e97bdfba4c00f1c4c775fb6f9
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"