Ticket #8335: mythcommandlineparse_osx.diff

File mythcommandlineparse_osx.diff, 400 bytes (added by robertm, 14 years ago)

Add include required for OS X

  • libs/libmyth/mythcommandlineparser.h

     
    77
    88#include <stdint.h>   // for uint64_t
    99
     10#ifdef Q_OS_MACX // Required for basename
     11#include <libgen.h>
     12#endif
     13
    1014#include "mythexp.h"
    1115
    1216typedef enum {