diff options
Diffstat (limited to 'src/include/port.h')
-rw-r--r-- | src/include/port.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/port.h b/src/include/port.h index 94a0e2fe2b4..58677ec6bdf 100644 --- a/src/include/port.h +++ b/src/include/port.h @@ -328,6 +328,8 @@ extern FILE *pgwin32_popen(const char *command, const char *type); #ifndef HAVE_GETTIMEOFDAY /* Last parameter not used */ extern int gettimeofday(struct timeval * tp, struct timezone * tzp); +/* On windows we need to call some backend start setup for accurate timing */ +extern void init_win32_gettimeofday(void); #endif #else /* !WIN32 */ |