aboutsummaryrefslogtreecommitdiff
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
commit533b06003e8d358c33358560619fde1c774651ce (patch)
treee0b1c48baa3d92614181b851184d04830ff5fb13 /gdb/gdbserver/nto-low.c
parent0ce3d3b5aad3c3687c8b2d3a5f3bc00207f701b8 (diff)
downloadgdb-533b06003e8d358c33358560619fde1c774651ce.zip
gdb-533b06003e8d358c33358560619fde1c774651ce.tar.gz
gdb-533b06003e8d358c33358560619fde1c774651ce.tar.bz2
[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 3670133..6f764ff 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>