diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/remote.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2270a1c..23ec019 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-08-27 Ulrich Weigand <uweigand@de.ibm.com> + + * remote.c: Include "gdb_stat.h". + 2008-08-26 Ulrich Weigand <uweigand@de.ibm.com> * dummy-frame.h (dummy_frame_pop): Add prototype. diff --git a/gdb/remote.c b/gdb/remote.c index 1d972ec..3433e9d 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" |