From 7f6572f5123a2d746fa33f45089595824c3b97ea Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Fri, 1 Jul 1994 18:44:26 +0000 Subject: * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h. * ser-mac.c (MacSerial.h): Include instead of Serial.h. --- gdb/ser-mac.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gdb/ser-mac.c') 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 #include -#include +/* 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. */ -- cgit v1.1