diff options
Diffstat (limited to 'src/include/libpq/hba.h')
-rw-r--r-- | src/include/libpq/hba.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h index ea603556c21..2fdcf8f932d 100644 --- a/src/include/libpq/hba.h +++ b/src/include/libpq/hba.h @@ -4,7 +4,7 @@ * Interface to hba.c * * - * $Id: hba.h,v 1.13 1999/05/10 15:17:17 momjian Exp $ + * $Id: hba.h,v 1.13.2.1 1999/07/30 19:36:33 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -13,8 +13,7 @@ #include <netinet/in.h> -#include "libpq/libpq-be.h" - +#include "libpq/pqcomm.h" #define CONF_FILE "pg_hba.conf" /* Name of the config file */ |