Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit93b408e

Browse files
committed
Reorder crypt.h include for SunOS compile problem.
Fred Houweling
1 parentaac4484 commit93b408e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

‎src/interfaces/libpq/fe-connect.c

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -22,6 +22,13 @@
2222
#include<ctype.h>
2323
#include<time.h>
2424

25+
#ifndefHAVE_STRDUP
26+
#include"strdup.h"
27+
#endif
28+
#ifdefHAVE_CRYPT_H
29+
#include<crypt.h>
30+
#endif
31+
2532
#include"libpq-fe.h"
2633
#include"libpq-int.h"
2734
#include"fe-auth.h"
@@ -40,15 +47,6 @@
4047
#endif
4148

4249
#include"libpq/ip.h"
43-
44-
45-
#ifndefHAVE_STRDUP
46-
#include"strdup.h"
47-
#endif
48-
#ifdefHAVE_CRYPT_H
49-
#include<crypt.h>
50-
#endif
51-
5250
#include"mb/pg_wchar.h"
5351

5452

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp