1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Add missing #include.

This commit is contained in:
Tom Lane 2001-11-01 06:17:01 +00:00
parent 4877c59217
commit bdea97ea95

View File

@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.114 2001/10/28 06:25:42 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.115 2001/11/01 06:17:01 tgl Exp $
* *
* NOTES * NOTES
* Transaction aborts can now occur two ways: * Transaction aborts can now occur two ways:
@ -154,6 +154,7 @@
*/ */
#include "postgres.h" #include "postgres.h"
#include <unistd.h>
#include <sys/time.h> #include <sys/time.h>
#include "access/gistscan.h" #include "access/gistscan.h"