1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

Need sys/param.h for endianness macros.

This commit is contained in:
Peter Eisentraut 2002-10-21 18:56:30 +00:00
parent 6adf38ac8c
commit 0530d7a24b

View File

@ -26,13 +26,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * 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 #ifndef __PX_H
#define __PX_H #define __PX_H
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h>
#ifdef HAVE_ENDIAN_H #ifdef HAVE_ENDIAN_H
#include <endian.h> #include <endian.h>
#endif #endif