From: Bruce Momjian Date: Tue, 20 Nov 2001 21:10:38 +0000 (+0000) Subject: Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h X-Git-Tag: REL7_2_BETA4~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c78975f8456c4051e5a6b4bb286db78b0207705a;p=postgresql Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h needs it. Seems it is getting compileable... Marko Kreen --- diff --git a/contrib/pgcrypto/crypt-des.c b/contrib/pgcrypto/crypt-des.c index 531a8a315f..782f4c0ddb 100644 --- a/contrib/pgcrypto/crypt-des.c +++ b/contrib/pgcrypto/crypt-des.c @@ -63,6 +63,7 @@ #include "px-crypt.h" /* for ntohl/htonl */ +#include #include #define _PASSWORD_EFMT1 '_'