summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-03-28 09:43:53 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-03-28 09:43:53 +0000
commit4bd4ecf498eca9d26d45ddd2ae09cd0e600e4006 (patch)
treeff2898ba10e25838d2717b35be3bbb2b68f5481c /src
parent632a707fd16389b6f17988deba224547b8bae56c (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.c5
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