Changeset 5951:b0e1eff45456 in roaraudio for libroar/basic.c


Ignore:
Timestamp:
10/31/13 12:20:38 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

more header cleanup: cleanup of #includes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/basic.c

    r5901 r5951  
    3636#include "libroar.h" 
    3737 
     38#if !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
     39#include <pwd.h> 
     40#endif 
     41 
    3842enum mode { 
    3943 NORMAL = 0, 
Note: See TracChangeset for help on using the changeset viewer.