diff options
| author | Hiroshi Saito | 2006-08-27 01:10:36 +0000 |
|---|---|---|
| committer | Hiroshi Saito | 2006-08-27 01:10:36 +0000 |
| commit | f732060856c1e911f3319248702e2845c4624eb9 (patch) | |
| tree | 86d28c33fc6e697c608615f2403bb1da3956272a /loadlib.c | |
| parent | 132e80148ed4a6f6373899e442f0b5aec9004d98 (diff) | |
Adjustment of the order of a definition.
Diffstat (limited to 'loadlib.c')
| -rw-r--r-- | loadlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
