Ticket #4441: mythfrontend.patch

File mythfrontend.patch, 316 bytes (added by jaymode@…, 18 years ago)

adds an include for compat.h in mythfrontend.cpp

  • main.cpp

     
    5454#include "libmythui/myththemebase.h"
    5555#include "mediarenderer.h"
    5656
     57#include "compat.h"
     58
    5759#define NO_EXIT  0
    5860#define QUIT     1
    5961#define HALT     2