Commit e6cacf92 authored by Bruce Momjian's avatar Bruce Momjian

Added include needed for recent addition.

parent d31909be
...@@ -7,15 +7,17 @@ ...@@ -7,15 +7,17 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.1 1996/10/12 07:47:09 bryanh Exp $ * $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.2 1996/10/13 18:37:19 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <errno.h>
#include <pwd.h> #include <pwd.h>
#include <ctype.h> /* isspace() declaration */ #include <ctype.h> /* isspace() declaration */
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment