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:
Thomas Eichinger 2015-09-03 16:55:06 +02:00
parent e93fd66dbb
commit 9da61ab85a

View File

@ -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