summaryrefslogtreecommitdiff
path: root/include/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/task.h b/include/task.h
index bc7314169e..a527ca695a 100644
--- a/include/task.h
+++ b/include/task.h
@@ -15,9 +15,10 @@ extern "C" {
#include "atomic_t.h"
#include "common.h"
#include "compile_time_macros.h"
-#include <stdbool.h>
#include "task_id.h"
+#include <stdbool.h>
+
/* Task event bitmasks */
/* Tasks may use the bits in TASK_EVENT_CUSTOM_BIT for their own events */
#define TASK_EVENT_CUSTOM_BIT(x) BUILD_CHECK_INLINE(BIT(x), BIT(x) & 0x0ffff)