diff --git a/osal/linux/FixedTimeslotTask.h b/osal/linux/FixedTimeslotTask.h index 916e6d6cc..409cd9821 100644 --- a/osal/linux/FixedTimeslotTask.h +++ b/osal/linux/FixedTimeslotTask.h @@ -2,7 +2,7 @@ #define FRAMEWORK_OSAL_LINUX_FIXEDTIMESLOTTASK_H_ #include -#include +#include #include #include diff --git a/osal/rtems/PollingTask.cpp b/osal/rtems/PollingTask.cpp index 6b0c0fbd6..a6be7ddf4 100644 --- a/osal/rtems/PollingTask.cpp +++ b/osal/rtems/PollingTask.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/osal/rtems/PollingTask.h b/osal/rtems/PollingTask.h index 82ec65a2d..5bf8cf57e 100644 --- a/osal/rtems/PollingTask.h +++ b/osal/rtems/PollingTask.h @@ -1,7 +1,7 @@ #ifndef POLLINGTASK_H_ #define POLLINGTASK_H_ -#include +#include #include #include "TaskBase.h"