<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Fixes build on musl.
--- a/iucode_tool.c
+++ b/iucode_tool.c
@@ -29,6 +29,7 @@
 #include &lt;assert.h&gt;
 #include &lt;argp.h&gt;
 #include &lt;dirent.h&gt;
+#include &lt;limits.h&gt;
 #include &lt;time.h&gt;
 #include &lt;cpuid.h&gt;
</pre></body></html>