diff --git a/win32port/win32helpers/gettimeofday.h b/win32port/win32helpers/gettimeofday.h index 3d887b64c..27af29bde 100644 --- a/win32port/win32helpers/gettimeofday.h +++ b/win32port/win32helpers/gettimeofday.h @@ -22,9 +22,10 @@ struct timezone int tz_minuteswest; /* minutes W of Greenwich */ int tz_dsttime; /* type of dst correction */ }; -#endif int gettimeofday(struct timeval *tv, struct timezone *tz); +#endif + #endif \ No newline at end of file