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

@@ -41,6 +41,8 @@
#include "pppos_example.h"
#include <stdio.h>
#if PPPOS_SUPPORT
static sio_fd_t ppp_sio;
static ppp_pcb *ppp;