[mythtv] [PATCH] CVS compile error of mythcontext.cpp
Terry Barnaby
terry1 at beam.ltd.uk
Tue May 3 21:03:31 UTC 2005
Terry Barnaby wrote:
> There is a missing "#include <errno.h>" in mythcontext.cpp, at
> least for Fedora 3.
>
> Terry
>
>
> ------------------------------------------------------------------------
>
> Index: libs/libmyth/mythcontext.cpp
> ===================================================================
> RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/mythcontext.cpp,v
> retrieving revision 1.172
> diff -u -r1.172 mythcontext.cpp
> --- libs/libmyth/mythcontext.cpp 3 May 2005 17:42:45 -0000 1.172
> +++ libs/libmyth/mythcontext.cpp 3 May 2005 20:55:27 -0000
> @@ -1,3 +1,4 @@
> +#include <errno.h>
> #include <qapplication.h>
> #include <qsqldatabase.h>
> #include <qimage.h>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
There is also now the same problem in filldata.cpp.
Terry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p2.patch
Type: text/x-patch
Size: 534 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20050503/df908a9b/p2.bin
More information about the mythtv-dev
mailing list