Skip to content

Commit

Permalink
sys/ubjson: fix type definition for OS X
Browse files Browse the repository at this point in the history
Header <sys/types.h> needs to be included for OS X to use size_t.
  • Loading branch information
thomaseichinger committed Sep 30, 2015
1 parent e93fd66 commit 9da61ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/ubjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9da61ab

Please sign in to comment.