diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-14 20:08:23 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-14 20:08:23 +0000 |
commit | b70b042d025f092b70c68e78e4d307d7a3bc6a01 (patch) | |
tree | b39fdbb92413d3d96fd9976e86a7556e28eae356 /gdb/remote-utils.h | |
parent | a94abe5bb7a71b207691f8b50406166eefda8186 (diff) | |
download | gdb-b70b042d025f092b70c68e78e4d307d7a3bc6a01.zip gdb-b70b042d025f092b70c68e78e4d307d7a3bc6a01.tar.gz gdb-b70b042d025f092b70c68e78e4d307d7a3bc6a01.tar.bz2 |
fix serial.h inclusion
Diffstat (limited to 'gdb/remote-utils.h')
-rw-r--r-- | gdb/remote-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-utils.h b/gdb/remote-utils.h index f3f4989..758ce3d 100644 --- a/gdb/remote-utils.h +++ b/gdb/remote-utils.h @@ -21,6 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef REMOTE_UTILS_H #define REMOTE_UTILS_H +#include "serial.h" #include "target.h" #include "dcache.h" |