diff options
Diffstat (limited to 'src/vnet/l2tp/decap.c')
-rw-r--r-- | src/vnet/l2tp/decap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/l2tp/decap.c b/src/vnet/l2tp/decap.c index 334f1feca4a..5925cdb7f41 100644 --- a/src/vnet/l2tp/decap.c +++ b/src/vnet/l2tp/decap.c @@ -21,6 +21,7 @@ #include <vnet/ip/ip.h> #include <vnet/ethernet/ethernet.h> #include <vnet/l2tp/l2tp.h> +#include <vnet/l2/l2_input.h> /* Statistics (not really errors) */ #define foreach_l2t_decap_error \ |