diff options
| author | stijn | 2016-11-01 10:24:22 +0100 |
|---|---|---|
| committer | stijn | 2016-11-03 10:31:58 +0100 |
| commit | 0b9ed550267ca0efba094d14c250f268d744818d (patch) | |
| tree | c4ff4e72d996378fd5f71022a02f9ed9160cae9b /windows/windows_mphal.c | |
| parent | 7bb0f7b0f6218e813ca1ea9a21d5d549c7b36ab9 (diff) | |
windows: Fix utime_mphal compilation for msvc
Diffstat (limited to 'windows/windows_mphal.c')
| -rw-r--r-- | windows/windows_mphal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/windows_mphal.c b/windows/windows_mphal.c index 0f00597af..1b2ed314a 100644 --- a/windows/windows_mphal.c +++ b/windows/windows_mphal.c @@ -28,9 +28,9 @@ #include "py/mpstate.h" #include "py/mphal.h" +#include <sys/time.h> #include <windows.h> #include <unistd.h> -#include <sys/time.h> HANDLE std_in = NULL; HANDLE con_out = NULL; |
