diff --git a/benchmarks/osperf/osperf.c b/benchmarks/osperf/osperf.c index 0e71a4e0548..757fb421623 100644 --- a/benchmarks/osperf/osperf.c +++ b/benchmarks/osperf/osperf.c @@ -39,6 +39,7 @@ #include #include +#include /**************************************************************************** * Private Types @@ -129,7 +130,7 @@ static size_t performance_gettime(FAR struct performance_time_s *result) } /**************************************************************************** - * Pthread swtich performance + * Pthread switch performance ****************************************************************************/ static FAR void *pthread_switch_task(FAR void *arg) diff --git a/testing/ostest/wdog.c b/testing/ostest/wdog.c index ca692f27453..c00a7f9b6e0 100644 --- a/testing/ostest/wdog.c +++ b/testing/ostest/wdog.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include