summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-11-20 21:10:38 +0000
committerBruce Momjian2001-11-20 21:10:38 +0000
commitb0872ff1622ec1b9267c1c89c9437adae2c7d77a (patch)
tree628633e3883fbd4d64746850a3babdcd34de0ef0
parentec5272ff9cd6ebfcc73881f323a88e34c9623f67 (diff)
Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h
needs it. Seems it is getting compileable... Marko Kreen
-rw-r--r--contrib/pgcrypto/crypt-des.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pgcrypto/crypt-des.c b/contrib/pgcrypto/crypt-des.c
index 2e575a4b50..53df2a19fb 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 <sys/types.h>
#include <netinet/in.h>
#define _PASSWORD_EFMT1 '_'