Changeset 474:bf16bfa39554 in roaraudio


Ignore:
Timestamp:
08/12/08 21:50:45 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

move include of roaraudio.h on top, this should fix errors on NetBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r366 r474  
    66#define ROAR_DBG_PREFIX  "libroar" 
    77 
     8#include <roaraudio.h> 
     9 
    810#include <fcntl.h> 
    911#include <sys/socket.h> 
     
    1113#include <netinet/ip.h> 
    1214 
    13 #include <roaraudio.h> 
    1415#include "basic.h" 
    1516#include "stream.h" 
Note: See TracChangeset for help on using the changeset viewer.