Changeset 4940:3c55a0fbd3f6 in roaraudio for include


Ignore:
Timestamp:
05/09/11 10:12:38 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for sys/stat.h and do not assume it as not present on some systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r4783 r4940  
    7979#include <grp.h> 
    8080#include <pwd.h> 
     81#endif 
     82 
     83#ifdef ROAR_HAVE_H_SYS_STAT 
    8184#include <sys/stat.h> 
    8285#endif 
Note: See TracChangeset for help on using the changeset viewer.