[mythtv-commits] Ticket #252: One line fix for scanwizard compile on RH9

MythTV mythtv at cvs.mythtv.org
Tue Aug 23 04:05:53 UTC 2005


#252: One line fix for scanwizard compile on RH9
----------------------------+-----------------------------------------------
 Reporter:  kuphal at dls.net  |       Owner:  ijr 
     Type:  patch           |      Status:  new 
 Priority:  minor           |   Milestone:      
Component:  mythtv          |     Version:  head
 Severity:  low             |         Cc:                  |  
----------------------------+-----------------------------------------------
 On my RH9 backend, I need this one liner to compile the scanwizard code

 Index: libs/libmythtv/scanwizard.cpp
 ===================================================================
 --- libs/libmythtv/scanwizard.cpp       (revision 7106)
 +++ libs/libmythtv/scanwizard.cpp       (working copy)
 @@ -34,6 +34,7 @@
  #if (QT_VERSION >= 0x030300)
  #include <qlocale.h>
  #endif
 +#include <unistd.h>

  #include "mythcontext.h"
  #include "siscan.h"

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/252>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list