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