Re: [HACKERS] pgcrypto missing header file inclusions

2013-12-30 Thread Marko Kreen
On Sat, Dec 28, 2013 at 10:36:19PM -0500, Peter Eisentraut wrote: > While playing around with the pginclude tools, I noticed that pgcrypto > header files are failing to include some header files whose symbols they > use. This change would fix it: > > diff --git a/contrib/pgcrypto/pgp.h b/contrib/

[HACKERS] pgcrypto missing header file inclusions

2013-12-28 Thread Peter Eisentraut
While playing around with the pginclude tools, I noticed that pgcrypto header files are failing to include some header files whose symbols they use. This change would fix it: diff --git a/contrib/pgcrypto/pgp.h b/contrib/pgcrypto/pgp.h index 3022abf..f856e07 100644 --- a/contrib/pgcrypto/pgp.h ++