diff options
author | Richard Braun <rbraun@sceen.net> | 2017-10-04 21:32:26 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-10-04 21:32:26 +0200 |
commit | a4f9c594045c699423141ce33d593fd62575f5dc (patch) | |
tree | a5ca21b08a5a422ee4d5f61016a6a15f271f3a21 /kern/printf.c | |
parent | 018056de4fc2c971befea7deeaa93c85cd6181b6 (diff) |
Fix some header inclusions
Diffstat (limited to 'kern/printf.c')
-rw-r--r-- | kern/printf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/printf.c b/kern/printf.c index 68cf4ba9..29267a6e 100644 --- a/kern/printf.c +++ b/kern/printf.c @@ -15,6 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <stdio.h> + #include <kern/console.h> #include <kern/fmt.h> #include <kern/init.h> |