IPSEC: remove byte swap operations in DP during SPD classify
[vpp.git] / src / vlib / vlib.h
index ba72f46..2149c47 100644 (file)
@@ -48,6 +48,7 @@
 
 /* Forward declarations of structs to avoid circular dependencies. */
 struct vlib_main_t;
+typedef u32 vlib_log_class_t;
 
 /* All includes in alphabetical order. */
 #include <vlib/physmem.h>
@@ -73,8 +74,8 @@ struct vlib_main_t;
 #include <vlib/node_funcs.h>
 #include <vlib/trace_funcs.h>
 #include <vlib/global_funcs.h>
-
 #include <vlib/buffer_node.h>
+#include <vppinfra/pcap_funcs.h>
 
 #endif /* included_vlib_h */