aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/developer/parc_Stopwatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'libparc/parc/developer/parc_Stopwatch.c')
-rw-r--r--libparc/parc/developer/parc_Stopwatch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libparc/parc/developer/parc_Stopwatch.c b/libparc/parc/developer/parc_Stopwatch.c
index 2b696f4a..5f87e718 100644
--- a/libparc/parc/developer/parc_Stopwatch.c
+++ b/libparc/parc/developer/parc_Stopwatch.c
@@ -13,11 +13,11 @@
* limitations under the License.
*/
-/**
- */
-#include <config.h>
-
+#ifndef _WIN32
#include <sys/time.h>
+#endif
+
+#include <config.h>
#include <inttypes.h>
#if __APPLE__