diff options
Diffstat (limited to 'src/include/executor/tuptable.h')
-rw-r--r-- | src/include/executor/tuptable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/tuptable.h b/src/include/executor/tuptable.h index ad6390fa203..2a1d8a4b3aa 100644 --- a/src/include/executor/tuptable.h +++ b/src/include/executor/tuptable.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tuptable.h,v 1.13 1999/07/15 15:21:14 momjian Exp $ + * $Id: tuptable.h,v 1.14 1999/07/15 23:03:48 momjian Exp $ * * NOTES * The tuple table interface is getting pretty ugly. @@ -17,7 +17,7 @@ #ifndef TUPTABLE_H #define TUPTABLE_H -#include <access/htup.h> +#include "access/htup.h" /* ---------------- * The executor tuple table is managed and manipulated by special |