summaryrefslogtreecommitdiff
path: root/kern/sref.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-10-04 21:32:26 +0200
committerRichard Braun <rbraun@sceen.net>2017-10-04 21:32:26 +0200
commita4f9c594045c699423141ce33d593fd62575f5dc (patch)
treea5ca21b08a5a422ee4d5f61016a6a15f271f3a21 /kern/sref.c
parent018056de4fc2c971befea7deeaa93c85cd6181b6 (diff)
Fix some header inclusions
Diffstat (limited to 'kern/sref.c')
-rw-r--r--kern/sref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/sref.c b/kern/sref.c
index 7775a5c..051fe4c 100644
--- a/kern/sref.c
+++ b/kern/sref.c
@@ -44,6 +44,7 @@
#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
+#include <stdio.h>
#include <kern/condition.h>
#include <kern/cpumap.h>