From 0530d7a24ba6c65b324646e15c6415ef7e62e303 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 21 Oct 2002 18:56:30 +0000 Subject: [PATCH] Need sys/param.h for endianness macros. --- contrib/pgcrypto/px.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/pgcrypto/px.h b/contrib/pgcrypto/px.h index e000883d39..4fa6bd69ee 100644 --- a/contrib/pgcrypto/px.h +++ b/contrib/pgcrypto/px.h @@ -26,13 +26,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: px.h,v 1.7 2001/11/30 17:39:20 momjian Exp $ + * $Id: px.h,v 1.8 2002/10/21 18:56:30 petere Exp $ */ #ifndef __PX_H #define __PX_H #include +#include #ifdef HAVE_ENDIAN_H #include #endif -- 2.40.0