aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2008-08-27 13:25:21 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2008-08-27 13:25:21 +0000
commit3e88cf8dfb0b5645684f0f538c23385c9ec909f3 (patch)
tree37a052102d1b384d8a09e51d7a48d909b4cc7816 /gdb
parentae72b420a011199f8e671430b563c60158df3ad4 (diff)
downloadgdb-3e88cf8dfb0b5645684f0f538c23385c9ec909f3.zip
gdb-3e88cf8dfb0b5645684f0f538c23385c9ec909f3.tar.gz
gdb-3e88cf8dfb0b5645684f0f538c23385c9ec909f3.tar.bz2
* remote.c: Include "gdb_stat.h".
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/remote.c1
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"