Commit c1d9dec3 authored by Tom Lane's avatar Tom Lane

Looks like s_lock_test needs <time.h> on some platforms.

parent 12328781
...@@ -9,12 +9,13 @@ ...@@ -9,12 +9,13 @@
* *
* *
* IDENTIFICATION * 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 "postgres.h"
#include <time.h>
#include <unistd.h> #include <unistd.h>
#include "storage/s_lock.h" #include "storage/s_lock.h"
......
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