summaryrefslogtreecommitdiff
path: root/msgpack/pack.h
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-12-10 20:17:18 +0900
committerINADA Naoki <inada-n@klab.com>2012-12-10 20:17:18 +0900
commit0c7ab7c3441e96b33fa7bca8fcaa10d3087aba2a (patch)
treeefb6c5ff2fd6f45e49dd0004fcb4617e8fbefaa3 /msgpack/pack.h
parent0d63c67e98a208f148794cea03f1b49a445bd538 (diff)
downloadmsgpack-python-0c7ab7c3441e96b33fa7bca8fcaa10d3087aba2a.tar.gz
refactoring: remove pack_define.h
Diffstat (limited to 'msgpack/pack.h')
-rw-r--r--msgpack/pack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/msgpack/pack.h b/msgpack/pack.h
index 4c0373e..bb939d9 100644
--- a/msgpack/pack.h
+++ b/msgpack/pack.h
@@ -19,7 +19,8 @@
#include <stddef.h>
#include <stdlib.h>
#include "sysdep.h"
-#include "pack_define.h"
+#include <limits.h>
+#include <string.h>
#ifdef __cplusplus
extern "C" {