aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/odp_schedule_eventdev.c
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2019-10-16 10:48:09 +0300
committerMatias Elo <matias.elo@nokia.com>2019-11-21 14:45:29 +0200
commit44d2ac3c70af7753d9a16cc02ded5e625c1144a7 (patch)
tree5d46150b9c839ff9d08c0f8a2d82f0849485d238 /platform/linux-dpdk/odp_schedule_eventdev.c
parent0fd4f9c4c9c7c7eb6a1c70d586be393499b1c201 (diff)
Port 9a2c3cdbb "linux-gen: include config.h header in install directory"
Port 18abf9316 "linux-gen: include only ODP defines in autogenerated header files" Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'platform/linux-dpdk/odp_schedule_eventdev.c')
-rw-r--r--platform/linux-dpdk/odp_schedule_eventdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-dpdk/odp_schedule_eventdev.c b/platform/linux-dpdk/odp_schedule_eventdev.c
index 5be889238..01a796d85 100644
--- a/platform/linux-dpdk/odp_schedule_eventdev.c
+++ b/platform/linux-dpdk/odp_schedule_eventdev.c
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include "config.h"
+#include <odp_posix_extensions.h>
#include <odp_eventdev_internal.h>
#include <odp/api/ticketlock.h>