From 360608e2ba7385c5aa62b864e6bd85aa17c90ead Mon Sep 17 00:00:00 2001 From: Ralf Grillenberger Date: Mon, 2 Nov 2009 09:51:02 +0000 Subject: [PATCH] Re-enable directserial for BSD Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3489 --- src/hardware/serialport/libserial.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hardware/serialport/libserial.cpp b/src/hardware/serialport/libserial.cpp index fd1eaff1..0c7ad2a4 100644 --- a/src/hardware/serialport/libserial.cpp +++ b/src/hardware/serialport/libserial.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: libserial.cpp,v 1.3 2009-10-12 12:55:20 h-a-l-9000 Exp $ */ +/* $Id: libserial.cpp,v 1.4 2009-11-02 09:51:02 h-a-l-9000 Exp $ */ #include "libserial.h" @@ -254,7 +254,7 @@ bool SERIAL_setCommParameters(COMPORT port, } #endif -#if defined (LINUX) || defined (MACOSX) +#if defined (LINUX) || defined (MACOSX) || defined (BSD) #include // strlen #include