mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
11 lines
196 B
Diff
11 lines
196 B
Diff
--- a/lib/tcp_reorder.c
|
|
+++ b/lib/tcp_reorder.c
|
|
@@ -47,6 +47,7 @@
|
|
*/
|
|
|
|
#include <stdlib.h>
|
|
+#include <stdint.h> /* UINT32_MAX */
|
|
#include <assert.h>
|
|
#include <stdio.h>
|
|
#include <libtrace.h>
|