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

Commit5c66e99

Browse files
committed
Fix failure-to-compile-standalone in ecpg's dt.h.
This has to have <time.h>, or the references to "struct tm" don'tmean what they should.We have some other recently-introduced issues of the same ilk,but this one seems old. No backpatch though, as it's only alatent problem for most purposes.
1 parent4d4c66a commit5c66e99

File tree

1 file changed

+2
-0
lines changed
  • src/interfaces/ecpg/pgtypeslib

1 file changed

+2
-0
lines changed

‎src/interfaces/ecpg/pgtypeslib/dt.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#include<pgtypes_timestamp.h>
77

8+
#include<time.h>
9+
810
#defineMAXTZLEN 10
911

1012
typedefint32fsec_t;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp