mirror of
https://github.com/postgres/postgres.git
synced 2026-04-04 00:36:17 -04:00
Looks like s_lock_test needs <time.h> on some platforms.
This commit is contained in:
parent
1232878159
commit
c1d9dec3e3
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue