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