mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Fix pg_standby to build on msvc.
This commit is contained in:
@ -27,7 +27,6 @@
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "win32.h"
|
||||
int getopt(int argc, char * const argv[], const char *optstring);
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
Reference in New Issue
Block a user