aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/classify/flow_classify.c
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2019-09-19 18:43:42 +0200
committerDave Barach <openvpp@barachs.net>2019-09-20 13:52:06 +0000
commit864d857c6c223be8ec11c588d65e8c5c2e211814 (patch)
tree12613644eef7f640cf673ef56c24f74a5ebdcd7e /src/vnet/classify/flow_classify.c
parent0e402a98b20fbb7c5b715abd038c244c539bad36 (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/classify/flow_classify.c')
-rw-r--r--src/vnet/classify/flow_classify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/classify/flow_classify.c b/src/vnet/classify/flow_classify.c
index 941a030f640..afdadc66235 100644
--- a/src/vnet/classify/flow_classify.c
+++ b/src/vnet/classify/flow_classify.c
@@ -12,6 +12,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+#include <vnet/feature/feature.h>
#include <vnet/classify/flow_classify.h>
flow_classify_main_t flow_classify_main;