Skip to content

Commit 812c8bc

Browse files
committed
Update msgpack version.
1 parent 5b0353e commit 812c8bc

5 files changed

Lines changed: 369 additions & 154 deletions

File tree

msgpack/pack_define.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MessagePack unpacking routine template
33
*
4-
* Copyright (C) 2008-2009 FURUHASHI Sadayuki
4+
* Copyright (C) 2008-2010 FURUHASHI Sadayuki
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -18,8 +18,9 @@
1818
#ifndef MSGPACK_PACK_DEFINE_H__
1919
#define MSGPACK_PACK_DEFINE_H__
2020

21-
#include "sysdep.h"
21+
#include "msgpack/sysdep.h"
2222
#include <limits.h>
23+
#include <string.h>
2324

2425
#endif /* msgpack/pack_define.h */
2526

0 commit comments

Comments
 (0)