diff options
author | Pedro Alves <palves@redhat.com> | 2008-08-10 18:41:33 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-08-10 18:41:33 +0000 |
commit | 6eb7ee032e6d1ab881dae7e5ef42d101d94f1cbd (patch) | |
tree | 55f10f37832e0a87b21b37f65dda187008b0a781 /gdb/cp-name-parser.y | |
parent | 91f4687cf05df5b7e2c74e326764081a52afdfc0 (diff) | |
download | binutils-6eb7ee032e6d1ab881dae7e5ef42d101d94f1cbd.zip binutils-6eb7ee032e6d1ab881dae7e5ef42d101d94f1cbd.tar.gz binutils-6eb7ee032e6d1ab881dae7e5ef42d101d94f1cbd.tar.bz2 |
* 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.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y index 18c959e..1cfbcfb 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" |