Changeset 1425:46089a7c1e48 in roaraudio for include


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

Location:
include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r1422 r1425  
    4848#endif 
    4949 
     50#ifdef ROAR_HAVE_H_FCNTL 
    5051#include <fcntl.h> 
     52#endif 
    5153 
    5254#if !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
  • 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.