Skip to content

Commit 2369ae9

Browse files
kev009RobAtticus
authored andcommitted
Remove !WIN32 for sys/time.h and sys/socket.h, pg provides fills
1 parent ebbb4ae commit 2369ae9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/net/conn_plain.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
#include <unistd.h>
22
#include <postgres.h>
33
#include <pg_config.h>
4-
5-
#ifndef WIN32
64
#include <sys/socket.h>
75
#include <sys/time.h>
8-
#endif
96

107
#include "conn_internal.h"
118
#include "conn_plain.h"

0 commit comments

Comments
 (0)