Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu>

pull/50/head
Marc G. Fournier 29 years ago
parent 632a707fd1
commit 4bd4ecf498
  1. 5
      src/backend/libpq/pqcomprim.c

@ -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

Loading…
Cancel
Save