mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
#include <sys/types.h> required for u_long in <netinet/in.h>
This commit is contained in:
parent
16a20c53dc
commit
90fb23e692
@ -1,5 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "postgres.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user