diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 07:05:18 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 07:05:18 +0000 |
commit | 8544daf645ae9fe91749a48bebce3daab3c04ae8 (patch) | |
tree | 39618a6c094392a81721ad2c6e0813ce0346e67e | |
parent | ce4c0ce1dec3f34dbbc812a49026f70003a63d18 (diff) | |
download | postgresql-8544daf645ae9fe91749a48bebce3daab3c04ae8.tar.gz postgresql-8544daf645ae9fe91749a48bebce3daab3c04ae8.zip |
Another one bites the dust
-rw-r--r-- | src/include/catalog/indexing.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/catalog/indexing.h b/src/include/catalog/indexing.h index e1325b529bc..a7fd5673d9a 100644 --- a/src/include/catalog/indexing.h +++ b/src/include/catalog/indexing.h @@ -7,14 +7,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: indexing.h,v 1.1 1996/08/28 01:56:29 scrappy Exp $ + * $Id: indexing.h,v 1.2 1996/11/06 07:05:18 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef INDEXING_H #define INDEXING_H -#include "utils/rel.h" +#include <access/htup.h> +#include <utils/rel.h> /* * Some definitions for indices on pg_attribute |