1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys: saul: add missing stddef.h include (for NULL)

This commit is contained in:
Kaspar Schleiser 2018-07-21 08:50:07 +02:00
parent b0ff74bac2
commit 3db24b4603
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* @}
*/
#include <stddef.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>

View File

@ -19,6 +19,7 @@
* @}
*/
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>