diff options
Diffstat (limited to 'src/include/catalog/indexing.h')
-rw-r--r-- | src/include/catalog/indexing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h index 2ff93f65744..73df64aaca6 100644 --- a/src/include/catalog/indexing.h +++ b/src/include/catalog/indexing.h @@ -7,14 +7,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: indexing.h,v 1.20 1999/07/15 15:20:59 momjian Exp $ + * $Id: indexing.h,v 1.21 1999/07/15 23:03:42 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef INDEXING_H #define INDEXING_H -#include <access/htup.h> +#include "access/htup.h" /* * Some definitions for indices on pg_attribute |