summaryrefslogtreecommitdiffstats
path: root/src/pyscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyscanner.l')
-rw-r--r--src/pyscanner.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pyscanner.l b/src/pyscanner.l
index 1c29c57..7c571d6 100644
--- a/src/pyscanner.l
+++ b/src/pyscanner.l
@@ -2,7 +2,7 @@
*
*
*
- * 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
@@ -50,6 +50,7 @@
#include "language.h"
#include "commentscan.h"
#include "pycode.h"
+#include "arguments.h"
#define YY_NEVER_INTERACTIVE 1