tool/MasterDevice.cpp
changeset 1238 02711963a059
parent 1222 7348d6abb6cb
child 1327 4d179b06dd3c
equal deleted inserted replaced
1237:33e8349b44bd 1238:02711963a059
     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