<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/fsck_hfs.tproj/cache.h
+++ b/fsck_hfs.tproj/cache.h
@@ -29,6 +29,7 @@
 #ifndef _CACHE_H_
 #define _CACHE_H_
 #include &lt;stdint.h&gt;
+#include &lt;sys/types.h&gt;
 
 /* Different values for initializing cache */
 enum {
--- a/fsck_hfs.tproj/dfalib/Scavenger.h
+++ b/fsck_hfs.tproj/dfalib/Scavenger.h
@@ -46,7 +46,7 @@
 #include &lt;sys/kauth.h&gt;
 #include &lt;sys/syslimits.h&gt;
 #endif
-#include &lt;sys/errno.h&gt;
+#include &lt;errno.h&gt;
 #include &lt;sys/param.h&gt;
 #include &lt;linux/sysctl.h&gt;
 #include &lt;sys/mount.h&gt;
--- a/fsck_hfs.tproj/utilities.c
+++ b/fsck_hfs.tproj/utilities.c
@@ -55,7 +55,7 @@
 #include &lt;stddef.h&gt;
 #include &lt;sys/types.h&gt;
 #include &lt;sys/stat.h&gt;
-#include &lt;sys/errno.h&gt;
+#include &lt;errno.h&gt;
 #if LINUX
 #include &lt;limits.h&gt;
 #include &lt;signal.h&gt;
--- a/newfs_hfs.tproj/makehfs.c
+++ b/newfs_hfs.tproj/makehfs.c
@@ -36,7 +36,7 @@
 #include &lt;time.h&gt;
 #include "missing.h"
 #endif
-#include &lt;sys/errno.h&gt;
+#include &lt;errno.h&gt;
 #include &lt;sys/stat.h&gt;
 #include &lt;linux/sysctl.h&gt;
 #if !LINUX
</pre></body></html>