mirror of https://github.com/citusdata/citus.git
Add includes for missing standard headers
We use symbols from each of these and were relying on them being included by other headers.pull/1938/head
parent
c6a5074e05
commit
9aeb90ed40
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include "postgres.h"
|
||||
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "catalog/pg_type.h"
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/stat.h>
|
||||
#include <math.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "access/hash.h"
|
||||
|
|
Loading…
Reference in New Issue