de7fb74750
A few of these headers are currently empty and provided to avoid compiler errors when building existing software. This set of headers is what is required to build https://github.com/open62541/open62541 with Zephyr. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
12 lines
249 B
C
12 lines
249 B
C
/*
|
|
* Copyright (c) 2019 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_
|
|
#define ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_
|
|
|
|
#include <net/socket.h>
|
|
|
|
#endif /* ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_ */
|