diff options
Diffstat (limited to 'c/pack_inline.h')
-rw-r--r-- | c/pack_inline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/pack_inline.h b/c/pack_inline.h index acd96fa..dd43a20 100644 --- a/c/pack_inline.h +++ b/c/pack_inline.h @@ -18,7 +18,7 @@ #ifndef PACK_INLINE_H__ #define PACK_INLINE_H__ -#include "pack.h" +#include "msgpack/pack.h" typedef msgpack_pack_t* msgpack_pack_context; |