Fix failure-to-compile-standalone in ecpg's dt.h.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5c66e99178c2f72042034cceb6bc4902650a2608
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-08-18T21:51:35Z
Releases: 13.0
Fix failure-to-compile-standalone in ecpg's dt.h.

This has to have <time.h>, or the references to "struct tm" don't
mean 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 a
latent problem for most purposes.

Files

PathChange+/−
src/interfaces/ecpg/pgtypeslib/dt.h modified +2 −0