Re-enable directserial for BSD
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3489
This commit is contained in:
parent
b10cd0e073
commit
360608e2ba
1 changed files with 2 additions and 2 deletions
|
@ -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 <string.h> // strlen
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue