diff options
| author | Naoki INADA <inada-n@koala> | 2009-12-17 10:43:22 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@koala> | 2009-12-17 10:43:22 +0900 |
| commit | 4d33bd456cb31e0aeb3a88128e2cebe89d116ce1 (patch) | |
| tree | 7146fb6f6cbe70f2592db9adf212014418e70a58 /python/msgpack/pack_define.h | |
| parent | 3a5f7f53ff26c73396a211157d3d5c713bfc1b8a (diff) | |
| download | msgpack-python-4d33bd456cb31e0aeb3a88128e2cebe89d116ce1.tar.gz | |
Update new headers.
Diffstat (limited to 'python/msgpack/pack_define.h')
| -rw-r--r-- | python/msgpack/pack_define.h | 3 |
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 */ |
