Include missing header <stdio.h>

This commit is contained in:
Pierre Pronchery 2018-06-12 09:20:41 -04:00
parent 6a1bae7da1
commit df3398286b

View File

@ -4,7 +4,7 @@
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "console.h"