diff options
Diffstat (limited to 'gdb/rdi-share/tx.c')
-rw-r--r-- | gdb/rdi-share/tx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/rdi-share/tx.c b/gdb/rdi-share/tx.c index d96cf60dea1..b7fbaac6cd0 100644 --- a/gdb/rdi-share/tx.c +++ b/gdb/rdi-share/tx.c @@ -8,8 +8,8 @@ /*-*-C-*- * - * $Revision: 1.2 $ - * $Date: 1998/01/08 11:12:36 $ + * $Revision: 1.3 $ + * $Date: 1999/11/01 13:31:43 $ * * Project: ANGEL * @@ -18,7 +18,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" |