diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-03-28 09:43:53 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-03-28 09:43:53 +0000 |
commit | 4bd4ecf498eca9d26d45ddd2ae09cd0e600e4006 (patch) | |
tree | ff2898ba10e25838d2717b35be3bbb2b68f5481c /src | |
parent | 632a707fd16389b6f17988deba224547b8bae56c (diff) |
Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu>
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/pqcomprim.c | 5 |
1 files 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 |