<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/fsck_hfs.h
+++ b/fsck_hfs.tproj/fsck_hfs.h
@@ -24,6 +24,7 @@
 
 #include "cache.h"
 
+#include &lt;sys/cdefs.h&gt;
 
 const extern char	*cdevname;		/* name of device being checked */
 extern char	*progname;
--- a/newfs_hfs.tproj/makehfs.c
+++ b/newfs_hfs.tproj/makehfs.c
@@ -28,6 +28,7 @@
 
 */
 
+#include &lt;sys/cdefs.h&gt;
 #include &lt;sys/param.h&gt;
 #include &lt;sys/types.h&gt;
 #include &lt;sys/time.h&gt;
--- a/newfs_hfs.tproj/newfs_hfs.c
+++ b/newfs_hfs.tproj/newfs_hfs.c
@@ -34,6 +34,7 @@
 #include &lt;syslog.h&gt;
 #include &lt;unistd.h&gt;
 
+#include &lt;sys/cdefs.h&gt;
 #include &lt;sys/ioctl.h&gt;
 #include &lt;sys/mount.h&gt;
 #include &lt;sys/param.h&gt;
</pre></body></html>