File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.225 2003/03/10 22:28:21 tgl Exp $
11
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.226 2003/03/17 17:58:57 momjian Exp $
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
22
22
#include <ctype.h>
23
23
#include <time.h>
24
24
25
+ #ifndef HAVE_STRDUP
26
+ #include "strdup.h"
27
+ #endif
28
+ #ifdef HAVE_CRYPT_H
29
+ #include <crypt.h>
30
+ #endif
31
+
25
32
#include "libpq-fe.h"
26
33
#include "libpq-int.h"
27
34
#include "fe-auth.h"
40
47
#endif
41
48
42
49
#include "libpq/ip.h"
43
-
44
-
45
- #ifndef HAVE_STRDUP
46
- #include "strdup.h"
47
- #endif
48
- #ifdef HAVE_CRYPT_H
49
- #include <crypt.h>
50
- #endif
51
-
52
50
#include "mb/pg_wchar.h"
53
51
54
52
You can’t perform that action at this time.
0 commit comments