Skip to content
Snippets Groups Projects
Commit 28d820ba authored by Sebastian Mueller's avatar Sebastian Mueller Committed by Andy Green
Browse files

getifaddrs-fix-include-reference

parent c86488be
Branches
Tags
No related merge requests found
...@@ -187,7 +187,7 @@ int kill(int pid, int sig); ...@@ -187,7 +187,7 @@ int kill(int pid, int sig);
#include <hubbub/parser.h> #include <hubbub/parser.h>
#endif #endif
#if defined(LWS_BUILTIN_GETIFADDRS) #if defined(LWS_BUILTIN_GETIFADDRS)
#include <getifaddrs.h> #include "./misc/getifaddrs.h"
#else #else
#if !defined(LWS_WITH_ESP8266) && !defined(LWS_WITH_ESP32) #if !defined(LWS_WITH_ESP8266) && !defined(LWS_WITH_ESP32)
#if defined(__HAIKU__) #if defined(__HAIKU__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment