From 684a65b5df5f21bb70d8f724fbd6a4fe4bb44902 Mon Sep 17 00:00:00 2001 From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Mon, 23 Feb 2004 15:34:46 +0000 Subject: [PATCH] missing include fcntl.h added git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/branches/unlabeled-1.31.2@1503 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/os_linux.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sm5/os_linux.cpp b/sm5/os_linux.cpp index 4b38bfabf..7b74adfae 100644 --- a/sm5/os_linux.cpp +++ b/sm5/os_linux.cpp @@ -48,6 +48,7 @@ #include <stdlib.h> #include <errno.h> #include <unistd.h> +#include <fcntl.h> #include <scsi/scsi_ioctl.h> #include <dirent.h> #include <sys/stat.h> @@ -60,7 +61,7 @@ #include "smartd.h" #include "utility.h" -const char *os_XXXX_c_cvsid="$Id: os_linux.cpp,v 1.31 2003/11/26 10:34:29 dpgilbert Exp $" \ +const char *os_XXXX_c_cvsid="$Id: os_linux.cpp,v 1.31.2.1 2004/02/23 15:34:46 chrfranke Exp $" \ 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 -- GitLab