Skip to content

Commit 6b5135d

Browse files
committed
Declare timeval for MINGW
1 parent 53123f6 commit 6b5135d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_time.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extern "C" {
5858
#endif
5959

6060

61-
#ifdef __clang__
61+
#if defined(__clang__) || defined(__MINGW32__)
6262
struct timeval;
6363
#endif
6464

0 commit comments

Comments
 (0)