
mythtv at cvs
Oct 10, 2009, 1:26 PM
Post #1 of 2
(71 views)
Permalink
|
|
Ticket #7288: mythmainwindow needs include unistd.h after [22350] for win32
|
|
#7288: mythmainwindow needs include unistd.h after [22350] for win32 -----------------------------+---------------------------------------------- Reporter: anonymous | Owner: nigel Type: defect | Status: new Priority: minor | Milestone: unknown Component: Ports - Windows | Version: head Severity: medium | Mlocked: 0 -----------------------------+---------------------------------------------- [22350] adds usleep() to mythmainwindow.cpp, but win32 doesn't include the definition by default. This can be fixed by adding the following line to mythmainwindow.cpp: #include <unistd.h> -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7288> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|