diff options
Diffstat (limited to 'src/vnet/dhcp')
-rw-r--r-- | src/vnet/dhcp/dhcp6_client_common_dp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/dhcp/dhcp6_client_common_dp.c b/src/vnet/dhcp/dhcp6_client_common_dp.c index d9e1fc7e2cc..7ca3b61defb 100644 --- a/src/vnet/dhcp/dhcp6_client_common_dp.c +++ b/src/vnet/dhcp/dhcp6_client_common_dp.c @@ -13,6 +13,7 @@ * limitations under the License. */ +#include <vnet/ethernet/ethernet.h> #include <vnet/dhcp/dhcp6_client_common_dp.h> #include <vnet/dhcp/dhcp6_ia_na_client_dp.h> #include <vnet/dhcp/dhcp6_pd_client_dp.h> |