fix missing standard includes

These were a problem only if arch.h does not include them.

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
This commit is contained in:
Simon Goldschmidt
2018-10-23 07:46:13 +02:00
parent 06cc825431
commit ef02b1dc20
7 changed files with 15 additions and 9 deletions

View File

@@ -34,6 +34,7 @@
/* C runtime includes */
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>