From 68d48d94a84f6499a16cd362d0a225b1720baf67 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 3 Jun 2021 14:59:47 +0000 Subject: pg: Reduce the inclusion of pg.h Type: style reduce the number of files recompiled after changing pg.h from 1110 to 102. Signed-off-by: Neale Ranns Change-Id: I50611eba818eeb3a2dffd437a3c72c77766bed80 --- src/vnet/ip/ip6_input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/ip/ip6_input.c') diff --git a/src/vnet/ip/ip6_input.c b/src/vnet/ip/ip6_input.c index 65d39ebc54d..01b8f46b4d8 100644 --- a/src/vnet/ip/ip6_input.c +++ b/src/vnet/ip/ip6_input.c @@ -41,6 +41,7 @@ #include #include #include +#include typedef struct { -- cgit 1.2.3-korg