aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-utils.h')
-rw-r--r--gdb/remote-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-utils.h b/gdb/remote-utils.h
index 568ea08..3ca3bb4 100644
--- a/gdb/remote-utils.h
+++ b/gdb/remote-utils.h
@@ -22,8 +22,8 @@
#ifndef REMOTE_UTILS_H
#define REMOTE_UTILS_H
-#include "serial.h"
#include "target.h"
+struct serial;
/* Stuff that should be shared (and handled consistently) among the various
remote targets. */
@@ -35,7 +35,7 @@ struct _sr_settings
int retries;
char *device;
- serial_t desc;
+ struct serial *desc;
};