1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

getifaddrs-fix-include-reference

https://github.com/warmcat/libwebsockets/issues/1068
This commit is contained in:
Sebastian Mueller 2017-10-24 20:17:09 +08:00 committed by Andy Green
parent c86488be9c
commit 28d820ba0a

View file

@ -187,7 +187,7 @@ int kill(int pid, int sig);
#include <hubbub/parser.h>
#endif
#if defined(LWS_BUILTIN_GETIFADDRS)
#include <getifaddrs.h>
#include "./misc/getifaddrs.h"
#else
#if !defined(LWS_WITH_ESP8266) && !defined(LWS_WITH_ESP32)
#if defined(__HAIKU__)