* linux-low.c (my_waitpid): Delete unnecessary prototype.
[deliverable/binutils-gdb.git] / gdb / gdb_string.h
index 0c617682492d0272ddd60c6512d0a789fddf2c5b..04450e7c9bcc3520ce8ee83e2aa7eb8308312f3f 100644 (file)
@@ -1,6 +1,6 @@
 /* Portable <string.h>
 
-   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 <string.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h> /* strcasecmp etc.. */
+#endif
 #else
 #ifdef HAVE_STRING_H
 #include <string.h>
This page took 0.023896 seconds and 4 git commands to generate.