sys/ubjson: fix type definition for OS X
Header <sys/types.h> needs to be included for OS X to use size_t.
This commit is contained in:
parent
e93fd66dbb
commit
9da61ab85a
@ -38,7 +38,7 @@
|
||||
|
||||
#if defined(MODULE_MSP430_COMMON)
|
||||
# include "msp430_types.h"
|
||||
#elif !defined(CPU_NATIVE)
|
||||
#elif !defined(__linux__)
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user