diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-07-01 18:44:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-07-01 18:44:26 +0000 |
commit | 7f6572f5123a2d746fa33f45089595824c3b97ea (patch) | |
tree | f31ef118165a9df4955431558d70456a05944147 /gdb/ser-mac.c | |
parent | 0f2fa54c068a5e8b4f0e3105ef96ffed5ebf8bef (diff) | |
download | gdb-7f6572f5123a2d746fa33f45089595824c3b97ea.zip gdb-7f6572f5123a2d746fa33f45089595824c3b97ea.tar.gz gdb-7f6572f5123a2d746fa33f45089595824c3b97ea.tar.bz2 |
* mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
* ser-mac.c (MacSerial.h): Include instead of Serial.h.
Diffstat (limited to 'gdb/ser-mac.c')
-rw-r--r-- | gdb/ser-mac.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ser-mac.c b/gdb/ser-mac.c index d502ad1..95c2481 100644 --- a/gdb/ser-mac.c +++ b/gdb/ser-mac.c @@ -23,7 +23,9 @@ #include <Types.h> #include <Devices.h> -#include <Serial.h> +/* This is the regular Mac Serial.h, but copied to a different name + so as not to get confused with the GDB serial.h above. */ +#include "MacSerial.h" /* This is unused for now. We just return a placeholder. */ |