From: Andrew Ruthven Date: Sun, 4 Mar 2012 08:02:22 +0000 (+1300) Subject: Make sure what WNOHANG is defined so waitpid is happy. X-Git-Tag: debian-0.10.0-1~12 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f239a9bf0e013c49865bba65044408ae2582c110;p=mythtv-status.git Make sure what WNOHANG is defined so waitpid is happy. --- 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;