diff options
Diffstat (limited to 'src/vhdlcode.l')
-rw-r--r-- | src/vhdlcode.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdlcode.l b/src/vhdlcode.l index 9aaeb02..c48078d 100644 --- a/src/vhdlcode.l +++ b/src/vhdlcode.l @@ -1,6 +1,6 @@ /****************************************************************************** * - * Copyright (C) 1997-2011 by Dimitri van Heesch. + * Copyright (C) 1997-2012 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -40,6 +40,7 @@ #include "membername.h" #include "searchindex.h" #include "vhdldocgen.h" +#include "arguments.h" #define YY_NEVER_INTERACTIVE 1 |