You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
497 B

  1. --- 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. #include <event2/event.h>
  19. #include <event2/event_struct.h>