SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / vendor / msgpack / pack_define.h
CommitLineData
2463b787
JR
1/*
2 * MessagePack unpacking routine template
3 *
4 * Copyright (C) 2008-2010 FURUHASHI Sadayuki
5 *
6 * Distributed under the Boost Software License, Version 1.0.
7 * (See accompanying file LICENSE_1_0.txt or copy at
8 * http://www.boost.org/LICENSE_1_0.txt)
9 */
10#ifndef MSGPACK_PACK_DEFINE_H
11#define MSGPACK_PACK_DEFINE_H
12
13#include "vendor/msgpack/sysdep.h"
14#include <limits.h>
15#include <string.h>
16
17#endif /* msgpack/pack_define.h */
18
This page took 0.024186 seconds and 5 git commands to generate.