]> git.saurik.com Git - bison.git/blobdiff - src/state.c
New.
[bison.git] / src / state.c
index b8c647e823f8f16d915cf31d4d88dc2e299c4aac..dd8c3b6ecc159263e0439db2875c6a0c4caff039 100644 (file)
@@ -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"
 
 /*---------------------------------.