]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_gro/rte_gro.h
gro: fix missing includes
[dpdk.git] / lib / librte_gro / rte_gro.h
index 69721a9c0adf5232111f779e4104bbe8b08ef5b2..d57e0c5f9b7e05df8af13b1c6af49409a50b4784 100644 (file)
@@ -38,6 +38,9 @@
  * Interface to GRO library
  */
 
+#include <stdint.h>
+#include <rte_mbuf.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif