diff options
Diffstat (limited to 'src/include/commands/recipe.h')
-rw-r--r-- | src/include/commands/recipe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/commands/recipe.h b/src/include/commands/recipe.h index 246cf4eaca8..c90d663295e 100644 --- a/src/include/commands/recipe.h +++ b/src/include/commands/recipe.h @@ -5,13 +5,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: recipe.h,v 1.4 1997/09/08 21:51:42 momjian Exp $ + * $Id: recipe.h,v 1.5 1997/11/26 01:12:24 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef RECIPE_H #define RECIPE_H +#include "nodes/parsenodes.h" + extern void beginRecipe(RecipeStmt *stmt); #endif /* RECIPE_H */ |