mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03: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 <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user