From 4bd4ecf498eca9d26d45ddd2ae09cd0e600e4006 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" <scrappy@hub.org> Date: Fri, 28 Mar 1997 09:43:53 +0000 Subject: [PATCH] Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu> --- src/backend/libpq/pqcomprim.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/backend/libpq/pqcomprim.c b/src/backend/libpq/pqcomprim.c index ee3586fa606..f73b4820111 100644 --- a/src/backend/libpq/pqcomprim.c +++ b/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 -- GitLab