aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_sched/rte_reciprocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_sched/rte_reciprocal.h')
-rw-r--r--lib/librte_sched/rte_reciprocal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librte_sched/rte_reciprocal.h b/lib/librte_sched/rte_reciprocal.h
index abd15251..5e21f096 100644
--- a/lib/librte_sched/rte_reciprocal.h
+++ b/lib/librte_sched/rte_reciprocal.h
@@ -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;