Skip to content

Commit eca9cd8

Browse files
committed
msvc build fix
1 parent 0ca3110 commit eca9cd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dtoa.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
#include <string.h>
2929
#include <assert.h>
3030
#include <ctype.h>
31+
32+
#if !defined(_MSC_VER)
3133
#include <sys/time.h>
34+
#endif
35+
3236
#include <math.h>
3337
#include <setjmp.h>
3438

0 commit comments

Comments
 (0)