Changeset 242:42b6571ba66c in roaraudio


Ignore:
Timestamp:
07/24/08 15:45:48 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added ioprio_set() for linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/roard.h

    r89 r242  
    77#include <sys/select.h> 
    88#include <roaraudio.h> 
     9 
     10#ifdef __linux__ 
     11#include <linux/ioprio.h> 
     12#endif 
     13 
     14 
    915//#include "buffer.h" 
    1016#include "client.h" 
     
    2026#include "sample.h" 
    2127#include "meta.h" 
     28 
    2229 
    2330int alive; 
Note: See TracChangeset for help on using the changeset viewer.