Ticket #5490: programs.patch

File programs.patch, 344 bytes (added by andrei@…, 16 years ago)

add posix.h header to scheduler.h (compile fix)

  • mythbackend/scheduler.h

     
    11#ifndef SCHEDULER_H_
    22#define SCHEDULER_H_
    33
     4// posix headers
     5#include <pthread.h>
     6
    47// C++ headers
    58#include <deque>
    69#include <vector>