aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_table/rte_lru_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_table/rte_lru_x86.h')
-rw-r--r--lib/librte_table/rte_lru_x86.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librte_table/rte_lru_x86.h b/lib/librte_table/rte_lru_x86.h
index 10f513cd..b4f60525 100644
--- a/lib/librte_table/rte_lru_x86.h
+++ b/lib/librte_table/rte_lru_x86.h
@@ -40,6 +40,8 @@ extern "C" {
#include <stdint.h>
+#include <rte_config.h>
+
#ifndef RTE_TABLE_HASH_LRU_STRATEGY
#define RTE_TABLE_HASH_LRU_STRATEGY 2
#endif