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:
Mathias Bredholt 2019-11-08 11:15:05 -05:00 committed by Mahavir Jain
parent 5991e7dd7a
commit 594cec54bd

View file

@ -15,6 +15,6 @@
#ifndef INET_H_
#define INET_H_
#include "../../../lwip/src/include/lwip/inet.h"
#include "lwip/inet.h"
#endif /* INET_H_ */