X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_sched%2Frte_reciprocal.h;h=5e21f096fa8d808d80df1a8753ad07955c487070;hb=c3b047be7328c70e0542d40db15f847181208a22;hp=abd15251d017082083fe1f3da0bd2d80c602f595;hpb=ffe3ec811ef5028426dfbeb3b2927d1216f4b2f5;p=dpdk.git diff --git a/lib/librte_sched/rte_reciprocal.h b/lib/librte_sched/rte_reciprocal.h index abd15251d0..5e21f096fa 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 + struct rte_reciprocal { uint32_t m; uint8_t sh1, sh2;