From e9152357b86f33d0347a7c6b28e755d16527b537 Mon Sep 17 00:00:00 2001 From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 5 Dec 2002 05:52:07 +0000 Subject: [PATCH] Missing include file git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@356 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- sm5/smartd.c | 3 ++- sm5/smartd.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sm5/smartd.c b/sm5/smartd.c index 554460213..9d4c42cc9 100644 --- a/sm5/smartd.c +++ b/sm5/smartd.c @@ -25,6 +25,7 @@ #include <sys/ioctl.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/wait.h> #include <unistd.h> #include <fcntl.h> #include <string.h> @@ -49,7 +50,7 @@ // CVS ID strings extern const char *CVSid1, *CVSid2; -const char *CVSid6="$Id: smartd.c,v 1.82 2002/12/05 05:24:32 ballen4705 Exp $" +const char *CVSid6="$Id: smartd.c,v 1.83 2002/12/05 05:52:07 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; // global variable used for control of printing, passing arguments, etc. diff --git a/sm5/smartd.cpp b/sm5/smartd.cpp index a93772d26..7f0517641 100644 --- a/sm5/smartd.cpp +++ b/sm5/smartd.cpp @@ -25,6 +25,7 @@ #include <sys/ioctl.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/wait.h> #include <unistd.h> #include <fcntl.h> #include <string.h> @@ -49,7 +50,7 @@ // CVS ID strings extern const char *CVSid1, *CVSid2; -const char *CVSid6="$Id: smartd.cpp,v 1.82 2002/12/05 05:24:32 ballen4705 Exp $" +const char *CVSid6="$Id: smartd.cpp,v 1.83 2002/12/05 05:52:07 ballen4705 Exp $" CVSID1 CVSID2 CVSID3 CVSID4 CVSID7; // global variable used for control of printing, passing arguments, etc. -- GitLab