Changeset 5951:b0e1eff45456 in roaraudio for libroar


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

more header cleanup: cleanup of #includes

Location:
libroar
Files:
2 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, 
  • libroar/socket.c

    r5896 r5951  
    3737#include "libroar.h" 
    3838 
     39#if defined(ROAR_SUPPORT_PROXY) && !defined(ROAR_TARGET_WIN32) && !defined(ROAR_TARGET_MICROCONTROLLER) 
     40#include <pwd.h> 
     41#endif 
     42 
    3943#define MODE_LISTEN  ROAR_SOCKET_MODE_LISTEN 
    4044#define MODE_CONNECT ROAR_SOCKET_MODE_CONNECT 
Note: See TracChangeset for help on using the changeset viewer.