summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-21 15:12:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 07:01:31 +0100
commitf6fcfea12f1915f7616371852538df5db90ee979 (patch)
treeec0785c95a487efa7c96cbfa1134b3a1a8e48586 /testsuites/mptests
parentbsps/arm: Initialize priorities of PPIs (diff)
downloadrtems-f6fcfea12f1915f7616371852538df5db90ee979.tar.bz2
mptests/mp14: Include missing header file
Include <mpci.h> for MPCI_Print_statistics(). Update #3875.
Diffstat (limited to 'testsuites/mptests')
-rw-r--r--testsuites/mptests/mp14/exit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/mptests/mp14/exit.c b/testsuites/mptests/mp14/exit.c
index c4efd95a59..e958179daf 100644
--- a/testsuites/mptests/mp14/exit.c
+++ b/testsuites/mptests/mp14/exit.c
@@ -18,6 +18,8 @@
#include "config.h"
#endif
+#include <mpci.h>
+
#include "system.h"
void Exit_test( void )