summaryrefslogtreecommitdiffstats
path: root/examples/performance-thread/pthread_shim/pthread_shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/performance-thread/pthread_shim/pthread_shim.h')
-rw-r--r--examples/performance-thread/pthread_shim/pthread_shim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/performance-thread/pthread_shim/pthread_shim.h b/examples/performance-thread/pthread_shim/pthread_shim.h
index 78bbb5ac..10f87894 100644
--- a/examples/performance-thread/pthread_shim/pthread_shim.h
+++ b/examples/performance-thread/pthread_shim/pthread_shim.h
@@ -33,7 +33,8 @@
#ifndef _PTHREAD_SHIM_H_
#define _PTHREAD_SHIM_H_
-#include <pthread.h>
+
+#include <rte_lcore.h>
/*
* This pthread shim is an example that demonstrates how legacy code