diff options
Diffstat (limited to 'src/include/utils/catcache.h')
-rw-r--r-- | src/include/utils/catcache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h index d61b58a2cd4..df42020c04d 100644 --- a/src/include/utils/catcache.h +++ b/src/include/utils/catcache.h @@ -13,7 +13,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: catcache.h,v 1.46 2003/08/04 02:40:15 momjian Exp $ + * $Id: catcache.h,v 1.47 2003/11/09 21:30:37 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -21,6 +21,7 @@ #define CATCACHE_H #include "access/htup.h" +#include "access/skey.h" #include "lib/dllist.h" /* |