Changeset 6046:7782f552c25c in roaraudio for include/libroar


Ignore:
Timestamp:
11/10/14 13:23:43 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Moved include of <sys/socket.h> around to re-enable build on *BSD (pr1)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r6024 r6046  
    7575#elif defined(ROAR_HAVE_BSDSOCKETS) 
    7676 
    77 #ifdef ROAR_HAVE_H_SYS_SOCKET 
    78 #include <sys/socket.h> 
    79 #endif 
     77// <sys/socket.h> is included in <roaraudio.h> as it is required early. 
    8078 
    8179#ifdef ROAR_HAVE_IPV4 
Note: See TracChangeset for help on using the changeset viewer.