diff options
Diffstat (limited to 'src/vnet/classify/flow_classify.c')
-rw-r--r-- | src/vnet/classify/flow_classify.c | 2 |
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; |