Skip to content

Commit ae8de13

Browse files
committed
Merge pull request #438 from redboltz/bp_436
Backported #436 to version 1.4.0.
2 parents 39433e8 + 94c9bc2 commit ae8de13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/msgpack/sysdep.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,8 @@
186186
# define inline __inline
187187
#endif
188188

189+
#ifdef __APPLE__
190+
# include <TargetConditionals.h>
191+
#endif
192+
189193
#endif /* msgpack/sysdep.h */

0 commit comments

Comments
 (0)