diff options
author | 2016-12-25 11:31:16 +0200 | |
---|---|---|
committer | 2016-12-25 11:31:16 +0200 | |
commit | 549f2750ab22db5695a8d29575c136ab06e37235 (patch) | |
tree | aa76d601efaacd9c2e111a767a5698cecb116dc1 /src/pal/linux_dpdk/pal_utl.h | |
parent | 9508e95686a4c1f468c5cd77a3c9ab679bafdb58 (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-x | src/pal/linux_dpdk/pal_utl.h | 2 |
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) |