mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 15:18:51 +00:00
Fix ifndef on Windows
This commit is contained in:
parent
31785f7f6e
commit
fc7728212f
@ -19,7 +19,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#ifndef __WINDOWS__
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/time.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user