summaryrefslogtreecommitdiff
path: root/kern/printf.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-09-30 00:42:02 +0200
committerRichard Braun <rbraun@sceen.net>2017-09-30 00:42:02 +0200
commitca45067329704257d094618cdf2418d83053c14f (patch)
treee2f940e09c2e5dad9ff1b78d04b39f034d75cf94 /kern/printf.c
parent5c209f9abd290eaf9b29f98cfd4102ed2a93507f (diff)
Stubs
Diffstat (limited to 'kern/printf.c')
-rw-r--r--kern/printf.c2
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>