projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
632a707
)
Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu>
author
Marc G. Fournier
<scrappy@hub.org>
Fri, 28 Mar 1997 09:43:53 +0000
(09:43 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Fri, 28 Mar 1997 09:43:53 +0000
(09:43 +0000)
src/backend/libpq/pqcomprim.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/libpq/pqcomprim.c
b/src/backend/libpq/pqcomprim.c
index ee3586fa60638b1bf62952989d8aea060dd4e78d..f73b48201113cefc908298cebd6eb52443c270a8 100644
(file)
--- 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