aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/performance/odp_pktio_ordered.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/common_plat/performance/odp_pktio_ordered.c')
-rw-r--r--test/common_plat/performance/odp_pktio_ordered.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/common_plat/performance/odp_pktio_ordered.c b/test/common_plat/performance/odp_pktio_ordered.c
index 50bfef51e..24abb0ed7 100644
--- a/test/common_plat/performance/odp_pktio_ordered.c
+++ b/test/common_plat/performance/odp_pktio_ordered.c
@@ -4,6 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#include "config.h"
+
/**
* @file
*
@@ -22,7 +24,7 @@
#include <inttypes.h>
#include <test_debug.h>
-#include <dummy_crc.h>
+#include "dummy_crc.h"
#include <odp_api.h>
#include <odp/helper/threads.h>