build: replace license text with SPDX tag
[dpdk.git] / lib / librte_table / rte_lru.h
index 7c45e68..88229d8 100644 (file)
@@ -9,6 +9,7 @@
 extern "C" {
 #endif
 
+#include <rte_config.h>
 #ifdef RTE_ARCH_X86_64
 #include "rte_lru_x86.h"
 #elif defined(RTE_ARCH_ARM64)