diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 13:54:25 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 13:54:25 +0000 |
| commit | b85a965f5fc7243d0386085e12f7a6c836503b42 (patch) | |
| tree | 659ff5b830aa754b70dbde857d3597d356409c42 /src/include/commands/sequence.h | |
| parent | 45a43090748331134d57bc2b74e918b188f34f3a (diff) | |
| download | postgresql-b85a965f5fc7243d0386085e12f7a6c836503b42.tar.gz | |
Allow each C include file to compile on its own by including any needed
header files.
Diffstat (limited to 'src/include/commands/sequence.h')
| -rw-r--r-- | src/include/commands/sequence.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h index f334d6ba83..03c7cb4470 100644 --- a/src/include/commands/sequence.h +++ b/src/include/commands/sequence.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.36 2006/03/24 04:32:13 tgl Exp $ + * $PostgreSQL: pgsql/src/include/commands/sequence.h,v 1.37 2006/07/11 13:54:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,6 +14,7 @@ #define SEQUENCE_H #include "nodes/parsenodes.h" +#include "storage/relfilenode.h" #include "access/xlog.h" #include "fmgr.h" |
