Skip to content

Commit af7c4d2

Browse files
author
Naoki INADA
committed
Update new headers.
1 parent fecbeb6 commit af7c4d2

File tree

6 files changed

+225
-219
lines changed

6 files changed

+225
-219
lines changed

msgpack/pack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <stddef.h>
2020
#include <stdlib.h>
21+
#include "sysdep.h"
2122
#include "pack_define.h"
2223

2324
#ifdef __cplusplus

msgpack/pack_define.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
#ifndef MSGPACK_PACK_DEFINE_H__
1919
#define MSGPACK_PACK_DEFINE_H__
2020

21-
#include <stddef.h>
22-
#include <stdint.h>
21+
#include "sysdep.h"
2322
#include <limits.h>
2423

2524
#endif /* msgpack/pack_define.h */

0 commit comments

Comments
 (0)