Files
bsdports/system/squashfs-tools/files/patch-squashfs-tools_unsquashfs.c
2019-12-26 07:26:06 +00:00

18 lines
294 B
C

--- unsquashfs.c.orig
+++ unsquashfs.c
@@ -31,7 +31,14 @@
#include "unsquashfs_info.h"
#include "stdarg.h"
+#ifdef __linux__
#include <sys/sysinfo.h>
+#endif
+
+#ifdef __FreeBSD__
+#include <sys/sysctl.h>
+#endif
+
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>