Changeset 5805:63c6f28a0374 in roaraudio for include


Ignore:
Timestamp:
12/11/12 13:05:28 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Re-ported to OpenBSD. (and broke other system? ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r5381 r5805  
    9393#ifdef ROAR_HAVE_BSDSOCKETS 
    9494 
    95 #if defined(ROAR_HAVE_IPV4) || defined(ROAR_HAVE_IPV6) 
    96 #include <arpa/inet.h> 
    97 #endif 
    98  
    9995#ifdef ROAR_HAVE_H_SYS_SOCKET 
    10096#include <sys/socket.h> 
     
    107103#ifdef ROAR_HAVE_UNIX 
    108104#include <sys/un.h> 
     105#endif 
     106 
     107#if defined(ROAR_HAVE_IPV4) || defined(ROAR_HAVE_IPV6) 
     108#include <arpa/inet.h> 
    109109#endif 
    110110 
Note: See TracChangeset for help on using the changeset viewer.