summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-10-21 18:56:30 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-10-21 18:56:30 +0000
commit0530d7a24ba6c65b324646e15c6415ef7e62e303 (patch)
tree719ded81ecaef2b3d03705479e35391308afcc89 /contrib
parent6adf38ac8cfecc584cb577cf5d0f4fcc6c3aafee (diff)
downloadpostgresql-0530d7a24ba6c65b324646e15c6415ef7e62e303.tar.gz
Need sys/param.h for endianness macros.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pgcrypto/px.h3
1 files changed, 2 insertions, 1 deletions
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 <sys/types.h>
+#include <sys/param.h>
#ifdef HAVE_ENDIAN_H
#include <endian.h>
#endif