Fix ifndef on Windows

This commit is contained in:
Grant Limberg 2017-07-18 15:59:11 -07:00
parent 31785f7f6e
commit fc7728212f

View File

@ -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>