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