diff options
Diffstat (limited to 'contrib/pgcrypto/pgp.h')
-rw-r--r-- | contrib/pgcrypto/pgp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/pgcrypto/pgp.h b/contrib/pgcrypto/pgp.h index 3022abf75d..f856e0733c 100644 --- a/contrib/pgcrypto/pgp.h +++ b/contrib/pgcrypto/pgp.h @@ -29,6 +29,9 @@ * contrib/pgcrypto/pgp.h */ +#include "mbuf.h" +#include "px.h" + enum PGP_S2K_TYPE { PGP_S2K_SIMPLE = 0, |