<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- limits.h	2009-08-05 11:09:21.000000000 +0800
+++ limits.h	2024-02-06 03:33:29.000000000 +0800
@@ -1,3 +1,6 @@
+#ifdef __APPLE__
+#include &lt;machine/limits.h&gt;
+#endif
 
 /*
  * This first section contains constants which can be changed at will.
</pre></body></html>