diff options
Diffstat (limited to 'gdb/progspace.c')
-rw-r--r-- | gdb/progspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/progspace.c b/gdb/progspace.c index c3a9909..0deca3f 100644 --- a/gdb/progspace.c +++ b/gdb/progspace.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "gdbcmd.h" +#include "cli/cli-cmds.h" #include "objfiles.h" #include "arch-utils.h" #include "gdbcore.h" |