We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31909b commit e6cacf9Copy full SHA for e6cacf9
src/backend/libpq/hba.c
@@ -7,15 +7,17 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
14
#include <stdio.h>
15
#include <string.h>
16
+#include <errno.h>
17
#include <pwd.h>
18
#include <ctype.h> /* isspace() declaration */
19
#include <sys/stat.h>
20
+#include <sys/socket.h>
21
#include <netinet/in.h>
22
#include <arpa/inet.h>
23
0 commit comments