source: roaraudio/include/libroar/libroar.h @ 474:bf16bfa39554

Last change on this file since 474:bf16bfa39554 was 474:bf16bfa39554, checked in by phi, 16 years ago

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

File size: 465 bytes
Line 
1//libroar.h:
2
3#ifndef _LIBROAR_H_
4#define _LIBROAR_H_
5
6#define ROAR_DBG_PREFIX  "libroar"
7
8#include <roaraudio.h>
9
10#include <fcntl.h>
11#include <sys/socket.h>
12#include <netinet/in.h>
13#include <netinet/ip.h>
14
15#include "basic.h"
16#include "stream.h"
17#include "simple.h"
18#include "auth.h"
19#include "socket.h"
20#include "ctl.h"
21#include "buffer.h"
22#include "convert.h"
23#include "poly.h"
24#include "meta.h"
25#include "file.h"
26#include "midi.h"
27#include "acl.h"
28
29#endif
30
31//ll
Note: See TracBrowser for help on using the repository browser.