tool/MasterDevice.cpp
changeset 1222 7348d6abb6cb
parent 1200 ce1a65f06efc
child 1238 02711963a059
equal deleted inserted replaced
1221:18c37827b40e 1222:7348d6abb6cb
     6 
     6 
     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 
    12 
    12 #include <sstream>
    13 #include <sstream>
    13 #include <iomanip>
    14 #include <iomanip>
    14 using namespace std;
    15 using namespace std;
    15 
    16