Changeset 3203:3743a405ba72 in roaraudio


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

we need to include time.h for time() in slp related code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r3110 r3203  
    8282#ifdef ROAR_HAVE_LIBSLP 
    8383#include <slp.h> 
     84#ifdef ROAR_HAVE_H_SYS_TIME 
     85#include <sys/time.h> 
     86#endif 
     87#ifdef ROAR_HAVE_H_TIME 
     88#include <time.h> 
     89#endif 
    8490#endif 
    8591 
Note: See TracChangeset for help on using the changeset viewer.