Imported Upstream version 16.11
[deb_dpdk.git] / lib / librte_sched / rte_reciprocal.h
index abd1525..5e21f09 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef _RTE_RECIPROCAL_H_
 #define _RTE_RECIPROCAL_H_
 
+#include <stdint.h>
+
 struct rte_reciprocal {
        uint32_t m;
        uint8_t sh1, sh2;