X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/82841af7d05fd59204a55dd3c3669b7154a4d2b5..b2d52318fadef8d2bf04769ec2fffb33baf6d92a:/src/state.c diff --git a/src/state.c b/src/state.c index b8c647e8..dd8c3b6e 100644 --- a/src/state.c +++ b/src/state.c @@ -1,5 +1,5 @@ /* Type definitions for nondeterministic finite state machine for bison, - Copyright 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2002 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -20,6 +20,7 @@ #include "system.h" +#include "gram.h" #include "state.h" /*---------------------------------.