summaryrefslogtreecommitdiff
path: root/c/object.h
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2009-12-10 06:19:53 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2009-12-10 06:19:53 +0900
commit7ce866ad7c2884f0b01ee77d99d2f9e01217fcdf (patch)
tree653062053c283a41d4999437eda6fa29e91471ef /c/object.h
parent0ae1965f6b492efb71f7457ba1dec48ae6110399 (diff)
downloadmsgpack-python-7ce866ad7c2884f0b01ee77d99d2f9e01217fcdf.tar.gz
msgpack template: architecture specific endian conversion
Diffstat (limited to 'c/object.h')
-rw-r--r--c/object.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/object.h b/c/object.h
index 7c603b3..0aed0e4 100644
--- a/c/object.h
+++ b/c/object.h
@@ -19,9 +19,7 @@
#define MSGPACK_OBJECT_H__
#include "msgpack/zone.h"
-#include <stdint.h>
-#include <stddef.h>
-#include <stdbool.h>
+#include "msgpack/sys.h"
#include <stdio.h>
#ifdef __cplusplus