--- embedaddon/smartmontools/os_qnxnto.cpp 2012/02/21 16:32:16 1.1.1.1 +++ embedaddon/smartmontools/os_qnxnto.cpp 2013/07/22 01:17:35 1.1.1.2 @@ -13,12 +13,13 @@ // This is to include whatever structures and prototypes you define in // os_generic.h #include "os_qnxnto.h" +#include // Needed by '-V' option (CVS versioning) of smartd/smartctl. You // should have one *_H_CVSID macro appearing below for each file // appearing with #include "*.h" above. Please list these (below) in // alphabetic/dictionary order. -const char *os_XXXX_c_cvsid="$Id: os_qnxnto.cpp,v 1.1.1.1 2012/02/21 16:32:16 misho Exp $" \ +const char *os_XXXX_c_cvsid="$Id: os_qnxnto.cpp,v 1.1.1.2 2013/07/22 01:17:35 misho Exp $" \ ATACMDS_H_CVSID CONFIG_H_CVSID INT64_H_CVSID OS_QNXNTO_H_CVSID SCSICMDS_H_CVSID UTILITY_H_CVSID; @@ -420,7 +421,6 @@ int areca_command_interface(int fd,int disknum,smart_c return -1; } //---------------------------------------------------------------------------------------------- -#include // Interface to SCSI devices. See os_linux.c int do_scsi_cmnd_io(int fd,struct scsi_cmnd_io * iop,int report) {