Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2339ec2

Browse files
committed
try to build on windows
1 parent 0f229b8 commit 2339ec2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

contrib/mmts/arbiter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <sys/time.h>
1010
#include <sys/types.h>
1111
#include <sys/socket.h>
12-
#include <sys/utsname.h>
1312
#include <netinet/in.h>
1413
#include <netinet/tcp.h>
1514
#include <arpa/inet.h>

contrib/mmts/referee.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <sys/time.h>
1010
#include <sys/types.h>
1111
#include <sys/socket.h>
12-
#include <sys/utsname.h>
1312
#include <netinet/in.h>
1413
#include <netinet/tcp.h>
1514
#include <arpa/inet.h>

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ my @unlink_on_exit;
3232

3333
# Set of variables for modules in contrib/ and src/test/modules/
3434
my $contrib_defines = { 'refint' => 'REFINT_VERBOSE' };
35-
my @contrib_uselibpq = ('dblink', 'oid2name', 'postgres_fdw', 'vacuumlo','vops');
35+
my @contrib_uselibpq = ('dblink', 'oid2name', 'postgres_fdw', 'vacuumlo', 'vops', 'mmts');
3636
my @contrib_uselibpgport = ('oid2name', 'pg_standby', 'vacuumlo');
3737
my @contrib_uselibpgcommon = ('oid2name', 'pg_standby', 'vacuumlo');
3838
my $contrib_extralibs = undef;

0 commit comments

Comments
 (0)