mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu>
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "postgres.h"
|
||||
#include "libpq/pqcomm.h"
|
||||
|
||||
#ifdef HAVE_ENDIAN_H
|
||||
# include <endian.h>
|
||||
#endif
|
||||
|
||||
#include "postgres.h"
|
||||
#include "libpq/pqcomm.h"
|
||||
|
||||
/* --------------------------------------------------------------------- */
|
||||
/* Is the other way around than system ntoh/hton, so we roll our own
|
||||
|
Reference in New Issue
Block a user