diff options
Diffstat (limited to 'contrib/pgcrypto/md5.c')
-rw-r--r-- | contrib/pgcrypto/md5.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pgcrypto/md5.c b/contrib/pgcrypto/md5.c index 4b03f196067..a44ea6f8578 100644 --- a/contrib/pgcrypto/md5.c +++ b/contrib/pgcrypto/md5.c @@ -1,4 +1,4 @@ -/* $Id: md5.c,v 1.8 2001/10/25 05:49:19 momjian Exp $ */ +/* $Id: md5.c,v 1.9 2001/11/29 19:40:37 momjian Exp $ */ /* $KAME: md5.c,v 1.3 2000/02/22 14:01:17 itojun Exp $ */ /* @@ -31,6 +31,7 @@ */ #include "postgres.h" +#include "px.h" #include "md5.h" |