Changeset 60:d1fa94aadc08 in roaraudio for include/roaraudio.h


Ignore:
Timestamp:
07/12/08 12:19:08 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added basic UNIX Domain Socket code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r57 r60  
    1212#include <limits.h> 
    1313#include <sys/mman.h> 
     14 
     15// TODO: can we move the next block into roard specific includes? 
     16#include <grp.h> 
     17#include <pwd.h> 
     18#include <sys/stat.h> 
    1419 
    1520#include <arpa/inet.h> 
Note: See TracChangeset for help on using the changeset viewer.