summaryrefslogtreecommitdiff
path: root/loadlib.c
diff options
context:
space:
mode:
authorHiroshi Saito2006-08-27 01:10:36 +0000
committerHiroshi Saito2006-08-27 01:10:36 +0000
commitf732060856c1e911f3319248702e2845c4624eb9 (patch)
tree86d28c33fc6e697c608615f2403bb1da3956272a /loadlib.c
parent132e80148ed4a6f6373899e442f0b5aec9004d98 (diff)
Adjustment of the order of a definition.
Diffstat (limited to 'loadlib.c')
-rw-r--r--loadlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadlib.c b/loadlib.c
index 1938f9f..49cb15d 100644
--- a/loadlib.c
+++ b/loadlib.c
@@ -14,8 +14,8 @@
#ifndef WIN32
#include <errno.h>
#endif /* WIN32 */
-#include "loadlib.h"
#include <libpq-fe.h>
+#include "loadlib.h"
#ifdef WIN32
#ifdef _MSC_VER