From: Marc G. Fournier Date: Fri, 28 Mar 1997 09:43:53 +0000 (+0000) Subject: Slight Linux related bug pointed out by Gabriel Akos X-Git-Tag: REL6_1~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bd4ecf498eca9d26d45ddd2ae09cd0e600e4006;p=postgresql Slight Linux related bug pointed out by Gabriel Akos --- diff --git a/src/backend/libpq/pqcomprim.c b/src/backend/libpq/pqcomprim.c index ee3586fa60..f73b482011 100644 --- a/src/backend/libpq/pqcomprim.c +++ b/src/backend/libpq/pqcomprim.c @@ -1,12 +1,13 @@ #include #include +#include "postgres.h" +#include "libpq/pqcomm.h" + #ifdef HAVE_ENDIAN_H # include #endif -#include "postgres.h" -#include "libpq/pqcomm.h" /* --------------------------------------------------------------------- */ /* Is the other way around than system ntoh/hton, so we roll our own