Commit bdea97ea authored by Tom Lane's avatar Tom Lane

Add missing #include.

parent 4877c592
...@@ -8,7 +8,7 @@ ...@@ -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 @@ ...@@ -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"
......
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