Ticket #6971: 6971-mythplugins-mythvideo-mtd-logging_cpp.patch

File 6971-mythplugins-mythvideo-mtd-logging_cpp.patch, 455 bytes (added by Jonathan Martens <jonathan@…>, 16 years ago)

Fix mtd compilation

  • mythvideo/mtd/logging.cpp

     
    1313#include <cstdlib>
    1414#include <QDateTime>
    1515
    16 #include <mythtv/mythcontext.h>
     16#ifdef USING_MINGW
     17#include <winsock.h> // for gethostname
     18#endif
    1719
    1820#define LOC      QString("MTDLogger: ")
    1921#define LOC_WARN QString("MTDLogger, Warning: ")