diff options
Diffstat (limited to 'firmware/export/thread.h')
| -rw-r--r-- | firmware/export/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h index 7e053bc..cd532c8 100644 --- a/firmware/export/thread.h +++ b/firmware/export/thread.h @@ -19,6 +19,7 @@ #ifndef THREAD_H #define THREAD_H +#include "config.h" #include <stdbool.h> /* Priority scheduling (when enabled with HAVE_PRIORITY_SCHEDULING) works |