diff options
Diffstat (limited to 'gdb/regex.c')
-rw-r--r-- | gdb/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/regex.c b/gdb/regex.c index fc31eba..96ccaf1 100644 --- a/gdb/regex.c +++ b/gdb/regex.c @@ -33,7 +33,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #else /* not emacs */ #include "defs.h" -#include <string.h> +#include "gdb_string.h" /* * Define the syntax stuff, so we can do the \<...\> things. |