Changeset 5363:58a8e22a1988 in roaraudio for libroar


Ignore:
Timestamp:
12/19/11 18:20:10 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

made --minimal build work again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/time.c

    r5075 r5363  
    3535 
    3636#include "libroar.h" 
     37 
     38#ifdef ROAR_HAVE_H_SYS_TIME 
     39#include <sys/time.h> 
     40#endif 
     41#ifdef ROAR_HAVE_H_TIME 
     42#include <time.h> 
     43#endif 
    3744 
    3845int roar_time_to_msg(struct roar_message * mes,  struct roar_time    * time) { 
Note: See TracChangeset for help on using the changeset viewer.