diff options
Diffstat (limited to 'src/lib/thread.c')
-rw-r--r-- | src/lib/thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/thread.c b/src/lib/thread.c index 57a0f8c185..281885ff9b 100644 --- a/src/lib/thread.c +++ b/src/lib/thread.c @@ -12,6 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ + #include <stddef.h> #include <stdint.h> #include <stdlib.h> @@ -19,6 +20,7 @@ #include <bootstate.h> #include <console/console.h> #include <thread.h> +#include <timer.h> static void idle_thread_init(void); |