]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Make sure what WNOHANG is defined so waitpid is happy.
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 4 Mar 2012 08:02:22 +0000 (21:02 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 4 Mar 2012 08:02:22 +0000 (21:02 +1300)
bin/mythtv-status

index eea86fdbcc6cac71acacb791d8d18147f4f11740..c1b267c52500398763b11b1bda7d784ac0b10270 100755 (executable)
@@ -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;