zephyr/include/posix/netinet/in.h
Paul Sokolovsky de7fb74750 posix: Add headers related to BSD Sockets API
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>
2019-08-07 15:02:11 +03:00

12 lines
246 B
C

/*
* Copyright (c) 2019 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_
#define ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_
#include <net/socket.h>
#endif /* ZEPHYR_INCLUDE_POSIX_NETINET_IN_H_ */