eal: switch to architecture specific pause function
[dpdk.git] / lib / librte_hash / rte_cuckoo_hash.c
index 1b7a0da..80391cf 100644 (file)
@@ -57,6 +57,7 @@
 #include <rte_spinlock.h>
 #include <rte_ring.h>
 #include <rte_compat.h>
+#include <rte_pause.h>
 
 #include "rte_hash.h"
 #include "rte_cuckoo_hash.h"