summaryrefslogtreecommitdiff
path: root/msgpack/unpack_define.h
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2009-12-10 07:22:39 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2009-12-10 07:22:39 +0900
commit35929b46ae1ed8cd001d8b0964ec3a1bb1c053e1 (patch)
treeb24dc4a005db921c135daa875b617591afc8784b /msgpack/unpack_define.h
parentba3ba0367cefdb2e87425f257711865e2e540adc (diff)
downloadmsgpack-python-35929b46ae1ed8cd001d8b0964ec3a1bb1c053e1.tar.gz
add msgpack/sysdep.h
Diffstat (limited to 'msgpack/unpack_define.h')
-rw-r--r--msgpack/unpack_define.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/unpack_define.h b/msgpack/unpack_define.h
index 027d409..c36aa51 100644
--- a/msgpack/unpack_define.h
+++ b/msgpack/unpack_define.h
@@ -18,7 +18,7 @@
#ifndef MSGPACK_UNPACK_DEFINE_H__
#define MSGPACK_UNPACK_DEFINE_H__
-#include "msgpack/sys.h"
+#include "msgpack/sysdep.h"
#include <string.h>
#include <assert.h>
#include <stdio.h>