File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.70 1998/07/03 04:24:12 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.71 1998/07/03 04:29:04 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
14
14
15
15
#include <stdlib.h>
16
16
#include <sys/types.h>
17
+ #ifdef WIN32
18
+ #include "win32.h"
19
+ #else
17
20
#include <sys/socket.h>
18
- #include <fcntl.h>
19
21
#include <unistd.h>
20
- #include <stdio.h>
21
- #include <ctype.h>
22
- #include <string.h>
23
22
#include <netdb.h>
23
+ #include <sys/un.h>
24
24
#include <netinet/in.h>
25
25
#include <netinet/tcp.h>
26
+ #endif
27
+ #include <fcntl.h>
28
+ #include <stdio.h>
29
+ #include <ctype.h>
30
+ #include <string.h>
26
31
#include <errno.h>
27
32
#include <signal.h>
28
33
#include <ctype.h> /* for isspace() */
You can’t perform that action at this time.
0 commit comments