crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
398 stars 141 forks source link

Added #include <cerrno> and #include <stdlib.h> to fix Build Issues #89 #91

Closed mcsauder closed 6 years ago

mcsauder commented 6 years ago

This PR adds #include <stdlib.h> to SerialPort.cpp and #include <cerrno> to SerialPort.cpp and PosixSignalDispatcher.cpp to fix the compiler errors reported in Build Issues #89.

-Mark