Skip to content

Commit d687b24

Browse files
committed
Fix macOS Build for internal _webui_get_local_ip
1 parent 13b82b4 commit d687b24

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
@@ -111,6 +111,9 @@
111111
#include <sys/event.h>
112112
#include <unistd.h>
113113
#include <CoreGraphics/CoreGraphics.h>
114+
#include <ifaddrs.h>
115+
#include <arpa/inet.h>
116+
#include <net/if.h>
114117
#define WEBUI_GET_CURRENT_DIR getcwd
115118
#define WEBUI_FILE_EXIST access
116119
#define WEBUI_POPEN popen

0 commit comments

Comments
 (0)