kinetis: Add stddef, stdint missing includes for gpio.c

This commit is contained in:
Joakim Nohlgård 2016-09-29 15:47:53 +02:00
parent fc1e974102
commit 1a2b2575fb

View File

@ -24,6 +24,8 @@
* @} * @}
*/ */
#include <stddef.h>
#include <stdint.h>
#include "sched.h" #include "sched.h"
#include "thread.h" #include "thread.h"
#include "cpu.h" #include "cpu.h"