]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ip_frag/rte_ip_frag.h
examples/ip_pipeline: move config files to separate directory
[dpdk.git] / lib / librte_ip_frag / rte_ip_frag.h
index f6737280e6b455ce170a987bde1e1e63e58f9807..52f44c9fb646bf855d2918e3d0c72f220da4334c 100644 (file)
@@ -49,11 +49,12 @@ extern "C" {
 #include <stdio.h>
 
 #include <rte_malloc.h>
-#include <rte_mbuf.h>
 #include <rte_memory.h>
 #include <rte_ip.h>
 #include <rte_byteorder.h>
 
+struct rte_mbuf;
+
 enum {
        IP_LAST_FRAG_IDX,    /**< index of last fragment */
        IP_FIRST_FRAG_IDX,   /**< index of first fragment */