mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Removed relative path for lwip/arpa/inet.h
The relative path breaks compatibility with arduino-esp32 as the path doesn't exist in arduino-esp32. https://github.com/espressif/arduino-esp32/pull/3425 Closes https://github.com/espressif/esp-idf/pull/4308
This commit is contained in:
parent
5991e7dd7a
commit
594cec54bd
@ -15,6 +15,6 @@
|
|||||||
#ifndef INET_H_
|
#ifndef INET_H_
|
||||||
#define INET_H_
|
#define INET_H_
|
||||||
|
|
||||||
#include "../../../lwip/src/include/lwip/inet.h"
|
#include "lwip/inet.h"
|
||||||
|
|
||||||
#endif /* INET_H_ */
|
#endif /* INET_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user