net/sfc/base: fix error code usage in common code
[dpdk.git] / lib / librte_latencystats / rte_latencystats.h
index 6efeaf4..d85cf3a 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" {