projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d39a4
)
Add missing #include.
author
Tom Lane
<
[email protected]
>
Thu, 1 Nov 2001 06:17:01 +0000
(06:17 +0000)
committer
Tom Lane
<
[email protected]
>
Thu, 1 Nov 2001 06:17:01 +0000
(06:17 +0000)
src/backend/access/transam/xact.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xact.c
b/src/backend/access/transam/xact.c
index e2746289536a6ac0834bc82556c2b71fc32dbd10..5270fc2df6a47d2fc75a593e3fbf81d22bc170b3 100644
(file)
--- a/
src/backend/access/transam/xact.c
+++ b/
src/backend/access/transam/xact.c
@@
-154,6
+154,7
@@
*/
#include "postgres.h"
+#include <unistd.h>
#include <sys/time.h>
#include "access/gistscan.h"