]> granicus.if.org Git - postgresql/commitdiff
Looks like s_lock_test needs <time.h> on some platforms.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Jun 2004 20:31:55 +0000 (20:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Jun 2004 20:31:55 +0000 (20:31 +0000)
src/backend/storage/lmgr/s_lock.c

index 3346d207ef1ba05a19e3a76200c8d2b736de5072..84e8291f016483b7e46fc77499af0e550e0614d3 100644 (file)
@@ -9,12 +9,13 @@
  *
  *
  * IDENTIFICATION
- *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.27 2004/03/23 21:39:46 momjian Exp $
+ *       $PostgreSQL: pgsql/src/backend/storage/lmgr/s_lock.c,v 1.28 2004/06/19 20:31:55 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include "postgres.h"
 
+#include <time.h>
 #include <unistd.h>
 
 #include "storage/s_lock.h"