* gdbthread.h (struct thread_info): Add comments around
[deliverable/binutils-gdb.git] / gdb / cp-name-parser.y
index b4597ec6c744dd51023169ae98d228ce606a3371..023e306e118d9938a6cf623a199d20378e83ab6a 100644 (file)
@@ -1,6 +1,6 @@
 /* YACC parser for C++ names, for GDB.
 
-   Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
    Parts of the lexer are based on c-exp.y from GDB.
 
@@ -31,6 +31,8 @@ Boston, MA 02110-1301, USA.  */
 
 %{
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
This page took 0.02505 seconds and 4 git commands to generate.