00001 #ifndef STORAGE_FACTORY_SYS_IO_CHANNEL_H 00002 # define STORAGE_FACTORY_SYS_IO_CHANNEL_H 00003 00004 # include <errno.h> 00005 # include <unistd.h> 00006 # include <fcntl.h> 00007 # include <sys/uio.h> 00008 00009 #endif // STORAGE_FACTORY_SYS_IO_CHANNEL_H