<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- driver/main.c.orig
+++ driver/main.c
@@ -81,6 +81,10 @@
 extern const char*optarg;
 #endif
 
+#if defined(__APPLE__)
+#include &lt;mach-o/dyld.h&gt;
+#endif
+
 #if !defined(WIFEXITED)
 # define WIFEXITED(rc) ((rc&amp;0x7f) == 0)
 #endif
</pre></body></html>