]> granicus.if.org Git - postgresql/commitdiff
Added include needed for recent addition.
authorBruce Momjian <bruce@momjian.us>
Sun, 13 Oct 1996 18:37:19 +0000 (18:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 13 Oct 1996 18:37:19 +0000 (18:37 +0000)
src/backend/libpq/hba.c

index 0d3b6b4f33b1f4bffee2f79bc526368e9616ea55..8d75652ab6394348909260988e3738e0b7866abf 100644 (file)
@@ -7,15 +7,17 @@
  *
  *
  * 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 <string.h>
+#include <errno.h>
 #include <pwd.h>
 #include <ctype.h>                     /* isspace() declaration */
 #include <sys/stat.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>