Skip to content
Snippets Groups Projects
Commit 58930241 authored by ballen4705's avatar ballen4705
Browse files

Missing include header to define ioctl().

parent 684a65b5
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
#include <dirent.h> #include <dirent.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <glob.h> #include <glob.h>
#include <sys/ioctl.h>
#include "atacmds.h" #include "atacmds.h"
#include "config.h" #include "config.h"
...@@ -61,7 +62,7 @@ ...@@ -61,7 +62,7 @@
#include "smartd.h" #include "smartd.h"
#include "utility.h" #include "utility.h"
const char *os_XXXX_c_cvsid="$Id: os_linux.cpp,v 1.31.2.1 2004/02/23 15:34:46 chrfranke Exp $" \ const char *os_XXXX_c_cvsid="$Id: os_linux.cpp,v 1.31.2.2 2004/02/23 16:02:30 ballen4705 Exp $" \
ATACMDS_H_CVSID CONFIG_H_CVSID OS_XXXX_H_CVSID SCSICMDS_H_CVSID SMARTD_H_CVSID UTILITY_H_CVSID; ATACMDS_H_CVSID CONFIG_H_CVSID OS_XXXX_H_CVSID SCSICMDS_H_CVSID SMARTD_H_CVSID UTILITY_H_CVSID;
// to hold onto exit code for atexit routine // to hold onto exit code for atexit routine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment