summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/nto-low.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-09-05 20:45:39 +0000
committerPedro Alves <palves@redhat.com>2013-09-05 20:45:39 +0000
commit0734a693bde7d18a4a06e320f6e28678880dc0f7 (patch)
treed20ad864e336df65496009b8a656d2d9097d546e /gdb/gdbserver/nto-low.c
parentb848f8a279aec58438e0edb2fad6e72a4bd24791 (diff)
downloadgdb-0734a693bde7d18a4a06e320f6e28678880dc0f7.tar.gz
[gdbserver] Split a new hostio.h file out of server.h.
gdb/gdbserver/ 2013-09-05 Pedro Alves <palves@redhat.com> * server.h (handle_vFile, hostio_last_error_from_errno): Move to ... * hostio.h: ... this new file. * hostio.c, server.c, linux-low.c, nto-low.c, spu-low, win32-low.c: Include hostio.h.
Diffstat (limited to 'gdb/gdbserver/nto-low.c')
-rw-r--r--gdb/gdbserver/nto-low.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/nto-low.c b/gdb/gdbserver/nto-low.c
index 36701337c8f..6f764ff5e21 100644
--- a/gdb/gdbserver/nto-low.c
+++ b/gdb/gdbserver/nto-low.c
@@ -21,6 +21,7 @@
#include "server.h"
#include "gdbthread.h"
#include "nto-low.h"
+#include "hostio.h"
#include <limits.h>
#include <fcntl.h>