Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation
[deliverable/binutils-gdb.git] / gdb / inferior.h
index 1c541b7a740dc683ddb105de1a1210cb051fe5e6..8ada4f8a472a5a95eb2c18385d7dcf4839c50065 100644 (file)
@@ -30,7 +30,6 @@ struct regcache;
 struct ui_out;
 struct terminal_info;
 struct target_desc_info;
-struct gdb_environ;
 struct continuation;
 struct inferior;
 
@@ -43,6 +42,9 @@ struct inferior;
 /* For struct frame_id.  */
 #include "frame.h"
 
+/* For gdb_environ.  */
+#include "environ.h"
+
 #include "progspace.h"
 #include "registry.h"
 
@@ -363,7 +365,7 @@ public:
 
   /* Environment to use for running inferior,
      in format described in environ.h.  */
-  gdb_environ *environment = NULL;
+  gdb_environ environment;
 
   /* True if this child process was attached rather than forked.  */
   bool attach_flag = false;
This page took 0.02424 seconds and 4 git commands to generate.