mirror of
https://github.com/timescale/timescaledb.git
synced 2025-04-20 13:53:19 +08:00
Remove !WIN32 for sys/time.h and sys/socket.h, pg provides fills
This commit is contained in:
parent
9f62a1a489
commit
bea098f000
@ -1,11 +1,8 @@
|
||||
#include <unistd.h>
|
||||
#include <postgres.h>
|
||||
#include <pg_config.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include "conn_internal.h"
|
||||
#include "conn_plain.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user