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

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

Correct version of the patch for mtd's logging.cpp

  • mythvideo/mtd/logging.cpp

     
    1313#include <cstdlib>
    1414#include <QDateTime>
    1515
     16#ifdef USING_MINGW
     17#include <winsock2.h>
     18#endif
     19
    1620#include <mythtv/mythcontext.h>
    1721
    1822#define LOC      QString("MTDLogger: ")