Changeset 1425:46089a7c1e48 in roaraudio for include/roaraudio.h


Ignore:
Timestamp:
03/26/09 18:01:37 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for sys/types.h and fcntl.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r1424 r1425  
    4848#include <string.h> 
    4949#include <errno.h> 
     50 
     51#ifdef ROAR_HAVE_H_SYS_TYPES 
    5052#include <sys/types.h> 
     53#endif 
     54 
    5155#include <limits.h> 
    5256#if !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
Note: See TracChangeset for help on using the changeset viewer.