diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-11-08 21:04:47 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-11-08 21:04:47 +0000 |
commit | 85bc6eddac7e219c21cc1a00cb79fce2ea512091 (patch) | |
tree | 753a9fd576b8cbe3d232b07d3d41d1f42bc0f178 /gdb/gdb_string.h | |
parent | db107f19ecbd415d8153efe683654c0a2cc4ffc3 (diff) | |
download | gdb-85bc6eddac7e219c21cc1a00cb79fce2ea512091.zip gdb-85bc6eddac7e219c21cc1a00cb79fce2ea512091.tar.gz gdb-85bc6eddac7e219c21cc1a00cb79fce2ea512091.tar.bz2 |
2007-11-08 Aleksandar Ristovski <aristovski@qnx.com>
* gdb_string.h: Include <strings.h>.
Diffstat (limited to 'gdb/gdb_string.h')
-rw-r--r-- | gdb/gdb_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdb_string.h b/gdb/gdb_string.h index 0c61768..8900769 100644 --- a/gdb/gdb_string.h +++ b/gdb/gdb_string.h @@ -23,6 +23,9 @@ #ifdef STDC_HEADERS #include <string.h> +#ifdef HAVE_STRINGS_H +#include <strings.h> /* strcasecmp etc.. */ +#endif #else #ifdef HAVE_STRING_H #include <string.h> |