[mythtv-commits] mythtv commit: r25126 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Jun 17 13:04:14 UTC 2010


      Author: cpinkham
        Date: 2010-06-17 13:04:14 +0000 (Thu, 17 Jun 2010)
New Revision: 25126
   Changeset: http://svn.mythtv.org/trac/changeset/25126

Modified:

   trunk/mythtv/libs/libmythdb/mythcoreutil.cpp

Log:

#include compat.h which is included in libmyth/util.cpp.

This causes sys/param.h to be included which gets us the statfs struct
on OSX.  I include compat.h rather than sys/param.h directly because
other code from util.cpp will be moving to mythcoreutil.cpp in time
as part of a bigger feature patch I'm working on.

Fixes #8571.






More information about the mythtv-commits mailing list