Changeset 3805:42e7071cad9d in roaraudio


Ignore:
Timestamp:
05/09/10 11:52:54 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

include sys/un.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r3632 r3805  
    6969#endif 
    7070#include <sys/uio.h> 
     71 
     72#ifdef ROAR_HAVE_UNIX 
     73#include <sys/un.h> 
    7174#endif 
     75#endif 
     76 
    7277#ifdef ROAR_HAVE_LIBDNET 
    7378#include <netdnet/dn.h> 
    7479#include <netdnet/dnetdb.h> 
    7580#endif 
     81 
    7682#ifdef ROAR_HAVE_IPX 
    7783#include <netipx/ipx.h> 
Note: See TracChangeset for help on using the changeset viewer.