OSDN Git Service

Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 28 Mar 1997 09:43:53 +0000 (09:43 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 28 Mar 1997 09:43:53 +0000 (09:43 +0000)
src/backend/libpq/pqcomprim.c

index ee3586f..f73b482 100644 (file)
@@ -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