Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Siguza committed Sep 20, 2024
1 parent 39a62a8 commit 5df17fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kernel/task.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/
#include <errno.h>
#include <reent.h>
#include <stdarg.h>
#include <stdlib.h>
#include <pongo.h>

Expand Down

0 comments on commit 5df17fe

Please sign in to comment.