From f6fcfea12f1915f7616371852538df5db90ee979 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Feb 2020 15:12:13 +0100 Subject: mptests/mp14: Include missing header file Include for MPCI_Print_statistics(). Update #3875. --- testsuites/mptests/mp14/exit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/mptests') 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 + #include "system.h" void Exit_test( void ) -- cgit v1.2.3