[rtems commit] mptests/mp14: Include missing header file
Sebastian Huber
sebh at rtems.org
Tue Feb 25 11:32:18 UTC 2020
Module: rtems
Branch: master
Commit: f6fcfea12f1915f7616371852538df5db90ee979
Changeset: http://git.rtems.org/rtems/commit/?id=f6fcfea12f1915f7616371852538df5db90ee979
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Feb 21 15:12:13 2020 +0100
mptests/mp14: Include missing header file
Include <mpci.h> for MPCI_Print_statistics().
Update #3875.
---
testsuites/mptests/mp14/exit.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuites/mptests/mp14/exit.c b/testsuites/mptests/mp14/exit.c
index c4efd95..e958179 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 )
More information about the vc
mailing list