diff options
Diffstat (limited to 'src/include/utils/tqual.h')
-rw-r--r-- | src/include/utils/tqual.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index 1bec1aff7b4..4873d06ab94 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -7,14 +7,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tqual.h,v 1.22 1999/05/25 22:43:39 momjian Exp $ + * $Id: tqual.h,v 1.22.2.1 1999/08/02 05:25:26 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef TQUAL_H #define TQUAL_H -#include <access/htup.h> +#include "access/htup.h" +#include "access/xact.h" typedef struct SnapshotData { |