Changeset 1537:7e44b72d3095 in roaraudio for roard/include/roard.h


Ignore:
Timestamp:
04/12/09 02:17:56 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

also support old style select() without sys/select.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/roard.h

    r1494 r1537  
    3434#endif 
    3535 
    36 #ifdef ROAR_HAVE_SELECT 
     36#if defined(ROAR_HAVE_SELECT) && defined(ROAR_HAVE_H_SYS_SELECT) 
    3737#include <sys/select.h> 
    3838#endif 
Note: See TracChangeset for help on using the changeset viewer.