diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-13 17:47:02 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-13 17:47:02 +0000 |
| commit | b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b (patch) | |
| tree | 2e85fe9d1fe7eeb0f9a8408213ac654333824973 /src/include/utils/lsyscache.h | |
| parent | 66c15dfda1a710adc8c0dac061481774123ca27e (diff) | |
| download | postgresql-b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b.tar.gz | |
More include file adjustments.
Diffstat (limited to 'src/include/utils/lsyscache.h')
| -rw-r--r-- | src/include/utils/lsyscache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h index 9a33fc3602..ad2d9e30a6 100644 --- a/src/include/utils/lsyscache.h +++ b/src/include/utils/lsyscache.h @@ -6,14 +6,16 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.104 2006/04/05 22:11:57 tgl Exp $ + * $PostgreSQL: pgsql/src/include/utils/lsyscache.h,v 1.105 2006/07/13 17:47:02 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef LSYSCACHE_H #define LSYSCACHE_H +#include "access/attnum.h" #include "access/htup.h" +#include "nodes/pg_list.h" /* I/O function selector for get_type_io_data */ typedef enum IOFuncSelector |
