diff options
Diffstat (limited to 'src/backend/libpq/hba.c')
-rw-r--r-- | src/backend/libpq/hba.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c index 1067253b73b..38c49bbf01d 100644 --- a/src/backend/libpq/hba.c +++ b/src/backend/libpq/hba.c @@ -5,7 +5,7 @@ * wherein you authenticate a user by seeing what IP address the system * says he comes from and possibly using ident). * - * $Id: hba.c,v 1.45 1999/07/15 23:03:13 momjian Exp $ + * $Id: hba.c,v 1.46 1999/07/16 04:59:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -21,8 +21,8 @@ #include <unistd.h> #include "postgres.h" -#include "miscadmin.h" #include "libpq/libpq.h" +#include "miscadmin.h" /* Some standard C libraries, including GNU, have an isblank() function. Others, including Solaris, do not. So we have our own. |