From f239a9bf0e013c49865bba65044408ae2582c110 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 4 Mar 2012 21:02:22 +1300 Subject: [PATCH] Make sure what WNOHANG is defined so waitpid is happy. --- bin/mythtv-status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mythtv-status b/bin/mythtv-status index eea86fd..c1b267c 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -21,7 +21,8 @@ use XML::LibXML; use Date::Manip; use Getopt::Long; use Text::Wrap; -use POSIX qw/strftime/; +use POSIX qw/strftime :sys_wait_h/; + use MIME::Entity; use Pod::Usage; use Config::Auto; -- 2.30.2