X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/23ec25b7c6c4eb587a5fa832f67765a6143b7925..681dda24bab97297d43a09fb50f95110b790c3ce:/src/muscle-tab.h diff --git a/src/muscle-tab.h b/src/muscle-tab.h index e06126b3..74563ba5 100644 --- a/src/muscle-tab.h +++ b/src/muscle-tab.h @@ -1,5 +1,6 @@ /* Muscle table manager for Bison, - Copyright (C) 2001, 2002, 2003, 2006, 2007, 2009 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);