From: Ulrich Weigand Date: Wed, 27 Aug 2008 13:25:21 +0000 (+0000) Subject: * remote.c: Include "gdb_stat.h". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e88cf8dfb0b5645684f0f538c23385c9ec909f3;p=binutils-gdb.git * remote.c: Include "gdb_stat.h". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2270a1c6edf..23ec019a191 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-08-27 Ulrich Weigand + + * remote.c: Include "gdb_stat.h". + 2008-08-26 Ulrich Weigand * dummy-frame.h (dummy_frame_pop): Add prototype. diff --git a/gdb/remote.c b/gdb/remote.c index 1d972ec87fb..3433e9d2ffe 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -59,6 +59,7 @@ #include "remote-fileio.h" #include "gdb/fileio.h" +#include "gdb_stat.h" #include "memory-map.h"