1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Allow each C include file to compile on its own by including any needed

header files.
This commit is contained in:
Bruce Momjian
2006-07-11 13:54:25 +00:00
parent 45a4309074
commit b85a965f5f
13 changed files with 58 additions and 34 deletions

View File

@@ -9,7 +9,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.63 2006/05/03 22:45:26 tgl Exp $
* $PostgreSQL: pgsql/src/include/utils/syscache.h,v 1.64 2006/07/11 13:54:24 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -17,6 +17,7 @@
#define SYSCACHE_H
#include "access/htup.h"
#include "utils/catcache.h"
/*
* Declarations for util/syscache.c.