Add extern to *_main global variable declarations in header files.
[vpp.git] / src / vnet / classify / flow_classify.c
index 0a62420..6c067f5 100644 (file)
@@ -14,6 +14,8 @@
  */
 #include <vnet/classify/flow_classify.h>
 
+flow_classify_main_t flow_classify_main;
+
 static void
 vnet_flow_classify_feature_enable (vlib_main_t * vnm,
                                    flow_classify_main_t * fcm,