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