From 53795c74aead4e6021bc788b788f8ed5b4a0166d Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Mon, 3 Apr 2017 18:49:58 -0700 Subject: uhd: add cut-down rpclib source tree and import tool --- .../deps/rpclib/include/rpc/msgpack/predef/os.h | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 host/lib/deps/rpclib/include/rpc/msgpack/predef/os.h (limited to 'host/lib/deps/rpclib/include/rpc/msgpack/predef/os.h') diff --git a/host/lib/deps/rpclib/include/rpc/msgpack/predef/os.h b/host/lib/deps/rpclib/include/rpc/msgpack/predef/os.h new file mode 100644 index 000000000..8b502713f --- /dev/null +++ b/host/lib/deps/rpclib/include/rpc/msgpack/predef/os.h @@ -0,0 +1,31 @@ +/* +Copyright Rene Rivera 2008-2012 +Copyright Franz Detro 2014 +Distributed under the Boost Software License, Version 1.0. +(See accompanying file LICENSE_1_0.txt or copy at +http://www.boost.org/LICENSE_1_0.txt) +*/ + +#ifndef MSGPACK_PREDEF_OS_H +#define MSGPACK_PREDEF_OS_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif -- cgit v1.2.3