Seems to need errno.h as well (tiny patch attached)
On Fri, 2004-12-31 at 18:18 -0500, Isaac Richards wrote: > On Friday 31 December 2004 05:30 pm, John Patrick Poet wrote: > > Found a race condition which could cause a segfault. Could have sworn I > > already fixed this, but it was not in the patch I submitted on Dec 30th. > > > > Isaac, this patch is a replacement for the previous one I submitted. If > > you want a diff between the previous one and this one, let me know. > > Won't need one - haven't started applying patches yet. > > Isaac > _______________________________________________ > mythtv-dev mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev -- John Pullan <[EMAIL PROTECTED]>
Index: dtvrecorder.cpp =================================================================== RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/dtvrecorder.cpp,v retrieving revision 1.3 diff -u -r1.3 dtvrecorder.cpp --- dtvrecorder.cpp 1 Jan 2005 06:16:17 -0000 1.3 +++ dtvrecorder.cpp 1 Jan 2005 10:27:32 -0000 @@ -7,6 +7,7 @@ */ #include <cassert> +#include <errno.h> using namespace std;
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
