mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h
needs it. Seems it is getting compileable... Marko Kreen
This commit is contained in:
parent
05979312ed
commit
c78975f845
@ -63,6 +63,7 @@
|
||||
#include "px-crypt.h"
|
||||
|
||||
/* for ntohl/htonl */
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#define _PASSWORD_EFMT1 '_'
|
||||
|
Loading…
Reference in New Issue
Block a user