diff options
Diffstat (limited to 'src/backend/libpq/hba.c')
-rw-r--r-- | src/backend/libpq/hba.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c index 61c6b9f4361..dca3cf4fc3c 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.52 2000/06/02 15:57:20 momjian Exp $ + * $Id: hba.c,v 1.53 2000/07/08 03:04:39 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -22,6 +22,7 @@ #include "libpq/libpq.h" #include "miscadmin.h" +#include "storage/fd.h" #define MAX_TOKEN 80 |