updated for version 7.2-269
diff --git a/src/globals.h b/src/globals.h
index 2ff3174..bfe48ca 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1567,6 +1567,10 @@
 /* For undo we need to know the lowest time possible. */
 EXTERN time_t starttime;
 
+#ifdef STARTUPTIME
+EXTERN FILE *time_fd INIT(= NULL);  /* where to write startup timing */
+#endif
+
 /*
  * Some compilers warn for not using a return value, but in some situations we
  * can't do anything useful with the value.  Assign to this variable to avoid