Skip to content

Commit 13b82b4

Browse files
committed
Fix Linux Build for internal _webui_get_local_ip
1 parent 43b9fc0 commit 13b82b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/webui.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
#include <sys/time.h>
8686
#include <sys/inotify.h>
8787
#include <unistd.h>
88+
#include <ifaddrs.h>
89+
#include <arpa/inet.h>
90+
#include <net/if.h>
8891
#define WEBUI_GET_CURRENT_DIR getcwd
8992
#define WEBUI_FILE_EXIST access
9093
#define WEBUI_POPEN popen

0 commit comments

Comments
 (0)