diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index e2db3d4c2de..507924d02a7 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -198,7 +198,7 @@ int step_multi; /* Environment to use for running inferior, in format described in environ.h. */ -struct environ *inferior_environ; +struct gdb_environ *inferior_environ; /* Accessor routines. */ |