diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-06-04 15:47:22 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-06-04 15:47:22 +0200 |
commit | 927993863eda325c66fc678810eeadd0c744cdf2 (patch) | |
tree | be5904648e83b3ff0bedf71e87f1fc32868e00e3 /perf | |
parent | 621d7415b3cdee1f79787e2961f113b00d237615 (diff) |
MSVC build fixed
Diffstat (limited to 'perf')
-rw-r--r-- | perf/helpers.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perf/helpers.cpp b/perf/helpers.cpp index 71a38e2..ddf1e45 100644 --- a/perf/helpers.cpp +++ b/perf/helpers.cpp @@ -19,9 +19,7 @@ #include <assert.h> #include <stdlib.h> -#ifdef _WIN32 -# include <windows.h> -#else +#ifndef _WIN32 # include <sys/time.h> # include <unistd.h> #endif |