lib: fix missing includes in exported headers
[dpdk.git] / lib / librte_table / rte_lru_x86.h
index 372a09f..7a67ee8 100644 (file)
@@ -11,6 +11,8 @@ extern "C" {
 
 #include <stdint.h>
 
+#include <rte_config.h>
+
 #ifndef RTE_TABLE_HASH_LRU_STRATEGY
 #define RTE_TABLE_HASH_LRU_STRATEGY                        2
 #endif