diff options
Diffstat (limited to 'contrib/pgcrypto/pgp-armor.c')
| -rw-r--r-- | contrib/pgcrypto/pgp-armor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgp-armor.c b/contrib/pgcrypto/pgp-armor.c index aa5b563a31..679779a6ac 100644 --- a/contrib/pgcrypto/pgp-armor.c +++ b/contrib/pgcrypto/pgp-armor.c @@ -31,8 +31,8 @@ #include "postgres.h" -#include "px.h" #include "pgp.h" +#include "px.h" /* * BASE64 - duplicated :( |
