]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_latencystats/rte_latencystats.h
net/sfc/base: fix error code usage in common code
[dpdk.git] / lib / librte_latencystats / rte_latencystats.h
index 6efeaf46cc88054888f2ca3f468ea9a33deafbe9..d85cf3a53d8ca352d803cd6016e915a9377a548a 100644 (file)
@@ -40,7 +40,9 @@
  * library to provide application and flow based latency stats.
  */
 
+#include <stdint.h>
 #include <rte_metrics.h>
+#include <rte_mbuf.h>
 
 #ifdef __cplusplus
 extern "C" {