X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0619caf0b1e1f05b710bac41bcefa6d12206f285..573c1d9ff8aca759e7d01405c809b0318e2edfb2:/src/conflicts.h diff --git a/src/conflicts.h b/src/conflicts.h index 43c8a2c6..38e3c8d5 100644 --- a/src/conflicts.h +++ b/src/conflicts.h @@ -1,5 +1,5 @@ /* Find and resolve or report look-ahead conflicts for bison, - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright 2000 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -20,6 +20,7 @@ #ifndef CONFLICTS_H_ # define CONFLICTS_H_ +# include "state.h" void initialize_conflicts PARAMS ((void)); void print_conflicts PARAMS ((void));