<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/tools.h	2019-06-19 01:08:04.000000000 +0800
+++ src/tools.h	2024-03-21 22:52:40.000000000 +0800
@@ -30,6 +30,9 @@
 #include &lt;algorithm&gt;
 #include &lt;iostream&gt;
 #include &lt;fstream&gt;
+#ifdef __APPLE__
+#include &lt;sys/types.h&gt; /* uint */
+#endif
 #include "config.h"
 
 /* i18n */
</pre></body></html>