summaryrefslogtreecommitdiffstats
path: root/src/vnet/lldp
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2019-09-19 18:43:42 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-10-03 08:39:00 +0000
commitd3d71352cbbfa20fe1c965ea100b6ea250df33b2 (patch)
tree91923ab92ee62aa13f2eff4bd874454599ef914a /src/vnet/lldp
parent4ce47210e9f6c2186bb96bf5761168906b94d39a (diff)
classify: remove includes from classifier header file
Type: refactor Change-Id: I6f0af1c3078edce1c1b29a8b99c4a232d7084d33 Signed-off-by: Damjan Marion <damarion@cisco.com> (cherry picked from commit 864d857c6c223be8ec11c588d65e8c5c2e211814)
Diffstat (limited to 'src/vnet/lldp')
-rw-r--r--src/vnet/lldp/lldp_cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/lldp/lldp_cli.c b/src/vnet/lldp/lldp_cli.c
index 4680292317f..5f63e4a2e4f 100644
--- a/src/vnet/lldp/lldp_cli.c
+++ b/src/vnet/lldp/lldp_cli.c
@@ -18,6 +18,7 @@
* @brief LLDP CLI handling
*
*/
+#include <vnet/ethernet/ethernet.h>
#include <vnet/lisp-cp/lisp_types.h>
#include <vnet/lldp/lldp.h>
#include <vnet/lldp/lldp_node.h>