summaryrefslogtreecommitdiffstats
path: root/src/pal/linux_dpdk/pal_utl.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-12-25 11:31:16 +0200
committerHanoh Haim <hhaim@cisco.com>2016-12-25 11:31:16 +0200
commit549f2750ab22db5695a8d29575c136ab06e37235 (patch)
treeaa76d601efaacd9c2e111a767a5698cecb116dc1 /src/pal/linux_dpdk/pal_utl.h
parent9508e95686a4c1f468c5cd77a3c9ab679bafdb58 (diff)
clean up tw code
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'src/pal/linux_dpdk/pal_utl.h')
-rwxr-xr-xsrc/pal/linux_dpdk/pal_utl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pal/linux_dpdk/pal_utl.h b/src/pal/linux_dpdk/pal_utl.h
index 13403e6c..381d5dd3 100755
--- a/src/pal/linux_dpdk/pal_utl.h
+++ b/src/pal/linux_dpdk/pal_utl.h
@@ -24,6 +24,8 @@ limitations under the License.
#include <stdint.h>
#include <rte_byteorder.h>
#include <rte_memcpy.h>
+#include <rte_branch_prediction.h>
+
#define PAL_WORDSWAP(x) rte_bswap16(x)