X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdb_string.h;h=04450e7c9bcc3520ce8ee83e2aa7eb8308312f3f;hb=4ee62156d969867d3d3ffedf656a74643f77279e;hp=0c617682492d0272ddd60c6512d0a789fddf2c5b;hpb=a9762ec78a53fbe9209fe1654db42df0cd328d50;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_string.h b/gdb/gdb_string.h index 0c61768249..04450e7c9b 100644 --- a/gdb/gdb_string.h +++ b/gdb/gdb_string.h @@ -1,6 +1,6 @@ /* Portable - Copyright (C) 1995, 1998, 1999, 2000, 2001, 2004, 2007 + Copyright (C) 1995, 1998, 1999, 2000, 2001, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GDB. @@ -23,6 +23,9 @@ #ifdef STDC_HEADERS #include +#ifdef HAVE_STRINGS_H +#include /* strcasecmp etc.. */ +#endif #else #ifdef HAVE_STRING_H #include