summaryrefslogtreecommitdiff
path: root/msgpack/pack_define.h
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2012-06-26 13:21:10 +0900
committerINADA Naoki <songofacandy@gmail.com>2012-06-26 13:21:10 +0900
commit812c8bcff42a5b77f9ddfce70289bf754cca108c (patch)
tree786cdbc5b14aef7ffe90cc0093d7fd9f1af424af /msgpack/pack_define.h
parent5b0353eac610a23742d80f2f243884364e14f67d (diff)
downloadmsgpack-python-812c8bcff42a5b77f9ddfce70289bf754cca108c.tar.gz
Update msgpack version.
Diffstat (limited to 'msgpack/pack_define.h')
-rw-r--r--msgpack/pack_define.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/msgpack/pack_define.h b/msgpack/pack_define.h
index f72391b..4845d52 100644
--- a/msgpack/pack_define.h
+++ b/msgpack/pack_define.h
@@ -1,7 +1,7 @@
/*
* MessagePack unpacking routine template
*
- * Copyright (C) 2008-2009 FURUHASHI Sadayuki
+ * Copyright (C) 2008-2010 FURUHASHI Sadayuki
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,8 +18,9 @@
#ifndef MSGPACK_PACK_DEFINE_H__
#define MSGPACK_PACK_DEFINE_H__
-#include "sysdep.h"
+#include "msgpack/sysdep.h"
#include <limits.h>
+#include <string.h>
#endif /* msgpack/pack_define.h */