summaryrefslogtreecommitdiff
path: root/gdb/cp-name-parser.y
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-08-10 18:41:32 +0000
committerPedro Alves <pedro@codesourcery.com>2008-08-10 18:41:32 +0000
commit46bbd407a12a31bca8b4a6b8e92e5696b7967dd7 (patch)
treee3e5cf80abfd84547aea2aa792e36138d89fc074 /gdb/cp-name-parser.y
parent153a2b7089a939310705b6c8a0f1de0a9854c9ce (diff)
downloadgdb-46bbd407a12a31bca8b4a6b8e92e5696b7967dd7.tar.gz
* buildsym.c (start_subfile): Properly cast sentinel in concat
call. * cp-name-parser.y: Include "config.h". * xml-tdesc.c (fetch_xml_from_file): Properly cast sentinel in concat call. * gdb_select.h: Include sys/time.h if sys/select.h is not available.
Diffstat (limited to 'gdb/cp-name-parser.y')
-rw-r--r--gdb/cp-name-parser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y
index 18c959e13b1..1cfbcfbce83 100644
--- a/gdb/cp-name-parser.y
+++ b/gdb/cp-name-parser.y
@@ -36,6 +36,7 @@ Boston, MA 02110-1301, USA. */
#include <unistd.h>
#include <string.h>
+#include "config.h"
#include "safe-ctype.h"
#include "libiberty.h"
#include "demangle.h"