Added include of <string.h> for SunOS into _nix "jssc.cpp" file
This commit is contained in:
parent
7419d9b0bd
commit
4d98a70e34
|
@ -37,6 +37,7 @@
|
|||
#endif
|
||||
#ifdef __SunOS
|
||||
#include <sys/filio.h>//Needed for FIONREAD in Solaris
|
||||
#include <string.h>//Needed for select() function
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
#include <serial/ioss.h>//Needed for IOSSIOSPEED in Mac OS X (Non standard baudrate)
|
||||
|
|
Loading…
Reference in New Issue