Skip to content
Snippets Groups Projects
Commit eb4de92c authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

sys/ubjson: Unconditionally include <sys/types.h>

msp430_types.h is included implicitly if needed by sys/types.h
native also needs sys/types.h, no idea why it was excluded originally..
parent f38b71b7
No related branches found
No related tags found
No related merge requests found
...@@ -36,11 +36,7 @@ ...@@ -36,11 +36,7 @@
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#if defined(MODULE_MSP430_COMMON) #include <sys/types.h>
# include "msp430_types.h"
#elif !defined(__linux__)
# include <sys/types.h>
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment