
mythtv at cvs
Nov 5, 2009, 11:00 AM
Post #1 of 2
(225 views)
Permalink
|
|
Ticket #7509: missing include for mythmainwindow.cpp
|
|
#7509: missing include for mythmainwindow.cpp -----------------------------------+---------------------------------------- Reporter: xebozone@… | Owner: nigel Type: patch | Status: new Priority: minor | Milestone: 0.22 Component: Ports - Windows | Version: head Severity: low | Mlocked: 0 -----------------------------------+---------------------------------------- mythmainwindow.cpp calls usleep, but there is no include for unistd.h This simple patch adds the line #include <unistd.h> -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7509> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|