| Index: gdb/mi/mi-cmd-env.c
|
| diff --git a/gdb/mi/mi-cmd-env.c b/gdb/mi/mi-cmd-env.c
|
| index ebf4974dd1657da716cf0079bb6e1fe906335210..ca196f6d352b46a4b1fbc45fe2edd713faad82e1 100644
|
| --- a/gdb/mi/mi-cmd-env.c
|
| +++ b/gdb/mi/mi-cmd-env.c
|
| @@ -1,5 +1,5 @@
|
| /* MI Command Set - environment commands.
|
| - Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
|
|
| Contributed by Red Hat Inc.
|
|
|
| @@ -31,8 +31,8 @@
|
| #include "ui-out.h"
|
| #include "top.h"
|
|
|
| -#include "gdb_string.h"
|
| -#include "gdb_stat.h"
|
| +#include <string.h>
|
| +#include <sys/stat.h>
|
|
|
| static void env_mod_path (char *dirname, char **which_path);
|
|
|
|
|