Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e6cacf9

Browse files
committed
Added include needed for recent addition.
1 parent d31909b commit e6cacf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/libpq/hba.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.1 1996/10/12 07:47:09 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/libpq/hba.c,v 1.2 1996/10/13 18:37:19 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#include <stdio.h>
1515
#include <string.h>
16+
#include <errno.h>
1617
#include <pwd.h>
1718
#include <ctype.h> /* isspace() declaration */
1819
#include <sys/stat.h>
20+
#include <sys/socket.h>
1921
#include <netinet/in.h>
2022
#include <arpa/inet.h>
2123

0 commit comments

Comments
 (0)