aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/developer/parc_TimingGeneric.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparc/parc/developer/parc_TimingGeneric.h')
-rw-r--r--[-rwxr-xr-x]libparc/parc/developer/parc_TimingGeneric.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libparc/parc/developer/parc_TimingGeneric.h b/libparc/parc/developer/parc_TimingGeneric.h
index 8c1d4468..79ac0bfb 100755..100644
--- a/libparc/parc/developer/parc_TimingGeneric.h
+++ b/libparc/parc/developer/parc_TimingGeneric.h
@@ -23,9 +23,12 @@
#ifndef libparc_parc_TimingLinux_h
#define libparc_parc_TimingLinux_h
+#ifndef _WIN32
+#include <sys/time.h>
+#endif
+
#include <stdint.h>
#include <time.h>
-#include <sys/time.h>
#ifdef PARCTIMING_GENERIC