sys/include: include stdint when using uint8_t

This commit is contained in:
Toon Stegen 2016-03-30 15:31:18 +02:00
parent 3fa8a267b3
commit eae002c957

View File

@ -21,6 +21,7 @@
#define UART_STDIO_H
/* Boards may override the default STDIO UART device */
#include <stdint.h>
#include "board.h"
#ifdef __cplusplus