aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_table/rte_lru.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_table/rte_lru.h')
-rw-r--r--lib/librte_table/rte_lru.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/librte_table/rte_lru.h b/lib/librte_table/rte_lru.h
index 93258ef4..a73b2ffe 100644
--- a/lib/librte_table/rte_lru.h
+++ b/lib/librte_table/rte_lru.h
@@ -38,6 +38,7 @@
extern "C" {
#endif
+#include <rte_config.h>
#ifdef RTE_ARCH_X86_64
#include "rte_lru_x86.h"
#elif defined(RTE_ARCH_ARM64)