Fix build on musl in Nanoleaf settings

This commit is contained in:
Sirn Thanabulpong 2022-12-28 00:49:47 +09:00
parent c1dc0fdfc5
commit 8c893fba4f
No known key found for this signature in database
GPG key ID: 45FD642A9664BCDE

View file

@ -8,6 +8,7 @@
#else
#include <netdb.h>
#include <ifaddrs.h>
#include <sys/select.h>
#endif
#include "mdns.h"