X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1462fcee1ed295b24f47758b370068aa6304bb41..041308d0c03783c51ef362f888c957cd2a0e129a:/src/muscle-tab.h?ds=sidebyside 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);