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:
parent
c86488be9c
commit
28d820ba0a
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Reference in a new issue