diff options
Diffstat (limited to 'contrib/pgcrypto/blf.c')
-rw-r--r-- | contrib/pgcrypto/blf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pgcrypto/blf.c b/contrib/pgcrypto/blf.c index e465bfe48a4..bab59c15040 100644 --- a/contrib/pgcrypto/blf.c +++ b/contrib/pgcrypto/blf.c @@ -41,6 +41,8 @@ */ #include <postgres.h> +#include "px.h" + #include "blf.h" #undef inline |