]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/include/rte_reciprocal.h
eal/windows: add missing SPDX license tag
[dpdk.git] / lib / librte_eal / include / rte_reciprocal.h
index 63e16fde0aa864f4c5a9777e67d715269d39bc82..735adb029be341ea254f1eb64fc9efcc81d35964 100644 (file)
@@ -27,6 +27,8 @@
 
 #include <stdint.h>
 
+#include <rte_common.h>
+
 struct rte_reciprocal {
        uint32_t m;
        uint8_t sh1, sh2;