aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/include/odp_packet_internal.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2018-02-12 10:31:37 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-02-19 22:05:22 +0300
commitcc89d2303a6bb15b521e9be0fe56de896b33e496 (patch)
treec0d322b61a581bc5228ef2686401583b9e9cf794 /platform/linux-dpdk/include/odp_packet_internal.h
parenta2ceab93262ac3eaffc15f3fd23121ea5ac8e71c (diff)
Port ecfb870 "linux-gen: don't include odp_ipsec_internal.h in odp_packet_internal.h"
Signed-off-by: Matias Elo <matias.elo@nokia.com> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-dpdk/include/odp_packet_internal.h')
-rw-r--r--platform/linux-dpdk/include/odp_packet_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-dpdk/include/odp_packet_internal.h b/platform/linux-dpdk/include/odp_packet_internal.h
index e4e304046..2e28e0b0b 100644
--- a/platform/linux-dpdk/include/odp_packet_internal.h
+++ b/platform/linux-dpdk/include/odp_packet_internal.h
@@ -27,7 +27,7 @@ extern "C" {
#include <odp/api/packet.h>
#include <odp/api/packet_io.h>
#include <odp/api/crypto.h>
-#include <odp_ipsec_internal.h>
+#include <odp/api/ipsec.h>
#include <protocols/eth.h>
#include <odp/api/plat/packet_types.h>
#include <odp_queue_if.h>