--- src/ipdecap.c.orig 2018-07-19 13:30:02 UTC +++ src/ipdecap.c @@ -20,6 +20,7 @@ #include // for warnx #include // for getopt_long, optarg, required_argument +#include // for u_char, u_int16_t #include // for ether_header, ether_addr, ETHERTYPE_IP #include // for ntohs, htons, IPPROTO_ESP, IPPROTO_GRE #include // for ip @@ -31,7 +32,6 @@ #include // for NULL, printf #include // for free, exit, EXIT_FAILURE, EXIT_SUCCESS #include // for memcpy, memset, strcmp -#include // for u_char, u_int16_t #include "esp.h" // for flows_cleanup, parse_esp_conf, print_algor... #include "gre.h" // for grehdr, GRE_CHECKSUM, GRE_KEY, GRE_ROUTING #include "config.h"