aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_shared_memory.c
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-03-30 13:32:22 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-04-03 18:07:53 +0300
commit485d29d7abd32e107e72bb336bd5ff315bae7cc5 (patch)
tree8ee40a498aac169e00a98021a367a67312cd4bf0 /platform/linux-dpdk/odp_shared_memory.c
parentb5adaba04a5b36b7df9adbac80ed0cef0b3aa038 (diff)
linux-dpdk: add missing rte_config includes
DPDK 17.11 requires inclusion of rte_config.h before including other DPDK headers. Add missing include directive. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-and-tested-by: Matias Elo <matias.elo@nokia.com> Reviewed-and-tested-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-dpdk/odp_shared_memory.c')
-rw-r--r--platform/linux-dpdk/odp_shared_memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux-dpdk/odp_shared_memory.c b/platform/linux-dpdk/odp_shared_memory.c
index 573dddaac..1134aa23b 100644
--- a/platform/linux-dpdk/odp_shared_memory.c
+++ b/platform/linux-dpdk/odp_shared_memory.c
@@ -19,6 +19,7 @@
#include <unistd.h>
#include <inttypes.h>
+#include <rte_config.h>
#include <rte_lcore.h>
#include <rte_memzone.h>