tool/MasterDevice.cpp
branchstable-1.4
changeset 1643 cf5a5c511408
parent 1636 b26170e168d9
child 1686 e206f4485f60
equal deleted inserted replaced
1642:9e1f528b8bdd 1643:cf5a5c511408
     7 #include <sys/stat.h>
     7 #include <sys/stat.h>
     8 #include <fcntl.h>
     8 #include <fcntl.h>
     9 #include <errno.h>
     9 #include <errno.h>
    10 #include <sys/ioctl.h>
    10 #include <sys/ioctl.h>
    11 #include <string.h>
    11 #include <string.h>
       
    12 #include <unistd.h>
    12 
    13 
    13 #include <sstream>
    14 #include <sstream>
    14 #include <iomanip>
    15 #include <iomanip>
    15 using namespace std;
    16 using namespace std;
    16 
    17