Skip to content

Commit

Permalink
printf: Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Dec 19, 2023
1 parent f0de8f6 commit 54e094f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/c/printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include <stddef.h>
#include <stdarg.h>

#include <printf/printf.h>

void dev__serial__out(char);
void dev__serial__panic_out(char);
void term__print(const char *, uint64_t);
Expand Down

0 comments on commit 54e094f

Please sign in to comment.