File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1616 * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
1717 * Portions Copyright (c) 1994, Regents of the University of California
1818 *
19- * $Id: pqformat.c,v 1.13 2000/04/12 17:15:14 momjian Exp $
19+ * $Id: pqformat.c,v 1.14 2000/07/08 05:30:33 tgl Exp $
2020 *
2121 *-------------------------------------------------------------------------
2222 */
4444 * Use the raw pqcomm.c routines pq_getstring or pq_getbytes
4545 * to fetch data without conversion.
4646 */
47+
4748#include "postgres.h"
4849
50+ #include <errno.h>
51+ #ifdef HAVE_SYS_PARAM_H
52+ #include <sys/param.h>
53+ #endif
54+
4955#include "libpq/libpq.h"
5056#include "libpq/pqformat.h"
51-
5257#ifdef MULTIBYTE
5358#include "mb/pg_wchar.h"
5459#endif
5560#ifdef HAVE_ENDIAN_H
5661#include "endian.h"
5762#endif
58- #ifdef HAVE_SYS_PARAM_H
59- #include <sys/param.h>
60- #endif
6163
6264#ifndef BYTE_ORDER
6365#error BYTE_ORDER must be defined as LITTLE_ENDIAN, BIG_ENDIAN or PDP_ENDIAN
You can’t perform that action at this time.
0 commit comments