mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Added needed include file.
This commit is contained in:
3
src/backend/utils/cache/lsyscache.c
vendored
3
src/backend/utils/cache/lsyscache.c
vendored
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.1.1.1 1996/07/09 06:22:06 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.2 1996/10/31 05:55:32 momjian Exp $
|
||||
*
|
||||
* NOTES
|
||||
* Eventually, the index information should go through here, too.
|
||||
@ -31,6 +31,7 @@
|
||||
#include "access/heapam.h"
|
||||
|
||||
#include "catalog/pg_amop.h"
|
||||
#include "catalog/pg_operator.h"
|
||||
#include "catalog/pg_type.h"
|
||||
|
||||
/* ---------- AMOP CACHES ---------- */
|
||||
|
Reference in New Issue
Block a user