diff options
Diffstat (limited to 'src/backend/commands/view.c')
-rw-r--r-- | src/backend/commands/view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/view.c b/src/backend/commands/view.c index 6b8652db5b..bb4f2185b0 100644 --- a/src/backend/commands/view.c +++ b/src/backend/commands/view.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: view.c,v 1.61 2002/03/29 19:06:08 tgl Exp $ + * $Id: view.c,v 1.62 2002/04/15 05:22:03 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -15,7 +15,7 @@ #include "access/xact.h" #include "catalog/heap.h" #include "catalog/namespace.h" -#include "commands/creatinh.h" +#include "commands/tablecmds.h" #include "commands/view.h" #include "miscadmin.h" #include "nodes/makefuncs.h" |