mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:32:13 -04:00
#include <sys/types.h> required for u_long in <netinet/in.h>
This commit is contained in:
parent
16a20c53dc
commit
90fb23e692
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "postgres.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue