X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6e30ede87a1c39c53842a6a747ecd9f7484d92a5..62e5fc6ac9bd59f801ca43e7eb81d19960f3e306:/src/muscle-tab.h diff --git a/src/muscle-tab.h b/src/muscle-tab.h index 979f336d..74563ba5 100644 --- a/src/muscle-tab.h +++ b/src/muscle-tab.h @@ -1,7 +1,7 @@ /* Muscle table manager for Bison, - Copyright (C) 2001, 2002, 2003, 2006, 2007, 2009, 2010 Free - Software Foundation, Inc. + Copyright (C) 2001-2003, 2006-2007, 2009-2012 Free Software + Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -21,6 +21,8 @@ #ifndef MUSCLE_TAB_H_ # define MUSCLE_TAB_H_ +# include + # include "location.h" void muscle_init (void);