aboutsummaryrefslogtreecommitdiff
path: root/msgpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'msgpack.h')
-rw-r--r--msgpack.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/msgpack.h b/msgpack.h
index 7eff711..8bb4514 100644
--- a/msgpack.h
+++ b/msgpack.h
@@ -242,4 +242,8 @@ static const char * const msgpack_error_string[] = {
#define MSGPACK_CHECK2(call, arg, body_suc, body_err) \
__MSGPACK_CHECK_DEFER(call, body_suc, body_err, __EXPAND arg)
+#ifdef MSGPACK_IMPLEMENTATION
+// include(SOURCE)
+#endif
+
#endif