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

Commit68938c4

Browse files
committed
Add missing <getopt.h>, per Dann Corbit.
1 parent2042b34 commit68938c4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎src/timezone/zic.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
* 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
44
*
55
* IDENTIFICATION
6-
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.8 2004/06/03 02:08:07 tgl Exp $
6+
* $PostgreSQL: pgsql/src/timezone/zic.c,v 1.9 2004/07/22 01:41:24 tgl Exp $
77
*/
88

99
#include"postgres.h"
1010

11-
#include<locale.h>
11+
#ifdefHAVE_GETOPT_H
12+
#include<getopt.h>
13+
#endif
1214
#include<limits.h>
15+
#include<locale.h>
1316

1417
#include"pgtz.h"
1518
#include"private.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp