1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03: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:
Bruce Momjian
2001-11-20 21:10:38 +00:00
parent 05979312ed
commit c78975f845

View File

@ -63,6 +63,7 @@
#include "px-crypt.h"
/* for ntohl/htonl */
#include <sys/types.h>
#include <netinet/in.h>
#define _PASSWORD_EFMT1 '_'