diff options
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. */ |