Commit 5c66e991 authored by Tom Lane's avatar Tom Lane

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.
parent 4d4c66ad
......@@ -5,6 +5,8 @@
#include <pgtypes_timestamp.h>
#include <time.h>
#define MAXTZLEN 10
typedef int32 fsec_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment