mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Make USE_HOST compilable on msys2 (#6359)
This commit is contained in:
		| @@ -12,9 +12,11 @@ | |||||||
| #include <cstring> | #include <cstring> | ||||||
|  |  | ||||||
| #ifdef USE_HOST | #ifdef USE_HOST | ||||||
|  | #ifndef _WIN32 | ||||||
| #include <net/if.h> | #include <net/if.h> | ||||||
| #include <netinet/in.h> | #include <netinet/in.h> | ||||||
| #include <sys/ioctl.h> | #include <sys/ioctl.h> | ||||||
|  | #endif | ||||||
| #include <unistd.h> | #include <unistd.h> | ||||||
| #endif | #endif | ||||||
| #if defined(USE_ESP8266) | #if defined(USE_ESP8266) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user