libtest: Include missing header file

This fixes the build if RTEMS_PROFILING is enabled.
This commit is contained in:
Sebastian Huber
2023-10-02 07:31:20 +02:00
parent f3f8aa5b9b
commit a1fc6555a6

View File

@@ -30,6 +30,7 @@
#endif
#include <rtems/test-info.h>
#include <rtems/test-printer.h>
#include <rtems/profiling.h>
#include <rtems/bspIo.h>