We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c5881 commit dd4eea2Copy full SHA for dd4eea2
src/backend/utils/adt/timestamp.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/utils/adt/timestamp.c,v 1.127 2005/06/29 22:51:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/timestamp.c,v 1.128 2005/06/30 03:48:58 neilc Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -19,6 +19,7 @@
19
#include <math.h>
20
#include <float.h>
21
#include <limits.h>
22
+#include <sys/time.h>
23
24
#include "access/hash.h"
25
#include "access/xact.h"
0 commit comments