Remove !WIN32 for sys/time.h and sys/socket.h, pg provides fills

This commit is contained in:
Kevin Bowling 2018-09-12 10:42:57 -07:00 committed by Rob Kiefer
parent 9f62a1a489
commit bea098f000

View File

@ -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"