diff options
Diffstat (limited to 'examples/performance-thread')
-rw-r--r-- | examples/performance-thread/common/lthread_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/performance-thread/common/lthread_int.h b/examples/performance-thread/common/lthread_int.h index b858b55e..031d8afc 100644 --- a/examples/performance-thread/common/lthread_int.h +++ b/examples/performance-thread/common/lthread_int.h @@ -69,10 +69,10 @@ #include <pthread.h> #include <time.h> +#include <rte_memory.h> #include <rte_cycles.h> #include <rte_per_lcore.h> #include <rte_timer.h> -#include <rte_ring.h> #include <rte_atomic_64.h> #include <rte_spinlock.h> #include <ctx.h> |