diff options
author | Damjan Marion <damarion@cisco.com> | 2019-09-19 18:43:42 +0200 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-09-20 13:52:06 +0000 |
commit | 864d857c6c223be8ec11c588d65e8c5c2e211814 (patch) | |
tree | 12613644eef7f640cf673ef56c24f74a5ebdcd7e /src/vnet/dhcp | |
parent | 0e402a98b20fbb7c5b715abd038c244c539bad36 (diff) |
classify: remove includes from classifier header file
Type: refactor
Change-Id: I6f0af1c3078edce1c1b29a8b99c4a232d7084d33
Signed-off-by: Damjan Marion <damarion@cisco.com>
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> |