|
Lines 35-41
Link Here
|
| 35 |
#if defined(__OpenBSD__) |
35 |
#if defined(__OpenBSD__) |
| 36 |
#include <soundcard.h> |
36 |
#include <soundcard.h> |
| 37 |
#elif defined(__FreeBSD__) |
37 |
#elif defined(__FreeBSD__) |
| 38 |
#include <machine/soundcard.h> |
38 |
#include <sys/soundcard.h> |
| 39 |
#ifndef AFMT_S16_NE |
39 |
#ifndef AFMT_S16_NE |
| 40 |
#include <machine/endian.h> |
40 |
#include <machine/endian.h> |
| 41 |
#if BYTE_ORDER == LITTLE_ENDIAN |
41 |
#if BYTE_ORDER == LITTLE_ENDIAN |