Skip to content
Snippets Groups Projects
Unverified Commit 543fad7c authored by Joakim Nohlgård's avatar Joakim Nohlgård Committed by GitHub
Browse files

Merge pull request #9986 from kaspar030/saul_stddef_include

sys: saul: add missing stddef.h include (for NULL)
parents b0ff74ba 3db24b46
Branches
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
* @}
*/
#include <stddef.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
......
......@@ -19,6 +19,7 @@
* @}
*/
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment