Fix Windows build issues

This resolves #333.
This commit is contained in:
Dmitri Smirnov
2016-02-23 11:39:02 -08:00
committed by Jason Evans
parent ae45142adc
commit b41a07c31a
4 changed files with 31 additions and 6 deletions

View File

@@ -11,7 +11,6 @@
#ifdef _WIN32
# include "msvc_compat/strings.h"
#endif
#include <sys/time.h>
#ifdef _WIN32
# include <windows.h>

View File

@@ -1,8 +1,5 @@
/* Simple timer, for use in benchmark reporting. */
#include <unistd.h>
#include <sys/time.h>
typedef struct {
nstime_t t0;
nstime_t t1;