aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_crypto.c
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-03-30 11:21:30 +0300
committerMatias Elo <matias.elo@nokia.com>2020-04-09 08:51:09 +0300
commitd56773c3e64b71e7bceeabdc84263a29cb8909a5 (patch)
treec29fa43e16058ad71e604c2fb4521c42c60b7550 /platform/linux-dpdk/odp_crypto.c
parent5983ffd24f26fd0eb6aa7935ce003dc438d7c213 (diff)
linux-dpdk: include only necessary dpdk headers
Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'platform/linux-dpdk/odp_crypto.c')
-rw-r--r--platform/linux-dpdk/odp_crypto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux-dpdk/odp_crypto.c b/platform/linux-dpdk/odp_crypto.c
index 9602d9c90..b0ff761cb 100644
--- a/platform/linux-dpdk/odp_crypto.c
+++ b/platform/linux-dpdk/odp_crypto.c
@@ -28,6 +28,7 @@
#include <rte_config.h>
#include <rte_crypto.h>
#include <rte_cryptodev.h>
+#include <rte_malloc.h>
#include <rte_version.h>
#include <string.h>