blob: 20d86cb80e4c6c5f0ae61405e50b4f3d6cd55a1a [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/programs/pluto/connections.c
2+++ b/programs/pluto/connections.c
3@@ -34,6 +34,7 @@
4 #include <stdio.h>
5 #include <stddef.h>
6 #include <stdlib.h>
7+#include <limits.h>
8 #include <unistd.h>
9 #include <netinet/in.h>
10 #include <sys/socket.h>
11--- a/programs/pluto/rcv_whack.c
12+++ b/programs/pluto/rcv_whack.c
13@@ -36,6 +36,7 @@
14 #include <resolv.h>
15 #include <fcntl.h>
16 #include <unistd.h> /* for gethostname() */
17+#include <limits.h>
18
19 #include <event2/event.h>
20 #include <event2/event_struct.h>