Files
esp-idf/components/lwip/port/include/netinet/in.h
2024-09-11 16:48:00 +02:00

13 lines
195 B
C

/*
* SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef IN_H_
#define IN_H_
#include "lwip/inet.h"
#endif /* IN_H_ */