summaryrefslogtreecommitdiff
path: root/python/msgpack/pack_define.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/msgpack/pack_define.h')
-rw-r--r--python/msgpack/pack_define.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/msgpack/pack_define.h b/python/msgpack/pack_define.h
index 33408e5..f72391b 100644
--- a/python/msgpack/pack_define.h
+++ b/python/msgpack/pack_define.h
@@ -18,8 +18,7 @@
#ifndef MSGPACK_PACK_DEFINE_H__
#define MSGPACK_PACK_DEFINE_H__
-#include <stddef.h>
-#include <stdint.h>
+#include "sysdep.h"
#include <limits.h>
#endif /* msgpack/pack_define.h */