mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
13 lines
195 B
C
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_ */
|