Added include of <string.h> for SunOS into _nix "jssc.cpp" file

This commit is contained in:
scream3r 2013-04-27 18:12:13 +04:00
parent 7419d9b0bd
commit 4d98a70e34
1 changed files with 1 additions and 0 deletions

View File

@ -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)