<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/lib/tcp_reorder.c
+++ b/lib/tcp_reorder.c
@@ -47,6 +47,7 @@
  */
 
 #include &lt;stdlib.h&gt;
+#include &lt;stdint.h&gt; /* UINT32_MAX */
 #include &lt;assert.h&gt;
 #include &lt;stdio.h&gt;
 #include &lt;libtrace.h&gt;
</pre></body></html>