From c78975f8456c4051e5a6b4bb286db78b0207705a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 20 Nov 2001 21:10:38 +0000 Subject: [PATCH] Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h needs it. Seems it is getting compileable... Marko Kreen --- contrib/pgcrypto/crypt-des.c | 1 + 1 file changed, 1 insertion(+) 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 '_' -- 2.40.0