Changeset 3202:d72eef44e059 in roaraudio for roard/include/roard.h


Ignore:
Timestamp:
01/23/10 18:03:35 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use test macros for sys/time.h and time.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/roard.h

    r3130 r3202  
    5353#endif 
    5454 
    55 #ifndef ROAR_TARGET_MICROCONTROLLER 
     55#ifdef ROAR_HAVE_H_SYS_TIME 
    5656#include <sys/time.h> 
     57#endif 
     58#ifdef ROAR_HAVE_H_TIME 
    5759#include <time.h> 
    5860#endif 
Note: See TracChangeset for help on using the changeset viewer.