diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 07:15:58 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-05 07:15:58 +0000 |
commit | 8202bce9ba7819e62efe148f1c74d189f9212c04 (patch) | |
tree | c18379d2f22d4c3e6029c8eb77605ff62c288d87 | |
parent | 7585d251850b202ef3dd32245ccd26541dc4cc11 (diff) | |
download | postgresql-8202bce9ba7819e62efe148f1c74d189f9212c04.tar.gz postgresql-8202bce9ba7819e62efe148f1c74d189f9212c04.zip |
And another..
-rw-r--r-- | src/include/access/xact.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 526048d663e..fd2077d5eb5 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: xact.h,v 1.2 1996/11/03 08:17:23 scrappy Exp $ + * $Id: xact.h,v 1.3 1996/11/05 07:15:58 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef XACT_H #define XACT_H -#include "utils/nabstime.h" +#include <utils/nabstime.h> /* ---------------- * transaction state structure |