diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-02 04:44:47 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-11-02 04:44:47 +0000 |
commit | ca799f40e93972d04247a5bbc76b749a2d462824 (patch) | |
tree | d0142d7a9db3d791008037a060e4336032339c66 /gdb/rdi-share/rx.c | |
parent | 1f80975aceb82ecd4fc9bf4e988e6d1b7c7bbca1 (diff) | |
download | gdb-ca799f40e93972d04247a5bbc76b749a2d462824.tar.gz |
import gdb-1999-11-01 snapshot
Diffstat (limited to 'gdb/rdi-share/rx.c')
-rw-r--r-- | gdb/rdi-share/rx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/rdi-share/rx.c b/gdb/rdi-share/rx.c index 306b4a199d8..981e0c9ee21 100644 --- a/gdb/rdi-share/rx.c +++ b/gdb/rdi-share/rx.c @@ -8,8 +8,8 @@ /*-*-C-*- * - * $Revision: 1.2 $ - * $Date: 1998/01/08 11:12:27 $ + * $Revision: 1.3 $ + * $Date: 1999/11/01 13:31:40 $ * * * Project: ANGEL @@ -19,7 +19,7 @@ #include <stdarg.h> /* ANSI varargs support */ #include "angel.h" /* Angel system definitions */ -#include "endian.h" /* Endian independant memory access macros */ +#include "angel_endian.h" /* Endian independant memory access macros */ #include "crc.h" /* crc generation definitions and headers */ #include "rxtx.h" #include "channels.h" |