X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e9690142325711b320ef444768fdd40a087d02f7..9641b918bae9eb8d0bb9099ab6d9d46383ba8bc9:/src/muscle-tab.h diff --git a/src/muscle-tab.h b/src/muscle-tab.h index d1e0d011..5f701ae4 100644 --- a/src/muscle-tab.h +++ b/src/muscle-tab.h @@ -1,6 +1,6 @@ /* Muscle table manager for Bison, - Copyright (C) 2001-2003, 2006-2011 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006-2012 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -20,6 +20,8 @@ #ifndef MUSCLE_TAB_H_ # define MUSCLE_TAB_H_ +# include + # include "location.h" void muscle_init (void);