mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:20:38 +00:00
Merge from 0.8.5 branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16250 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8de1061830
commit
23049dde9e
30 changed files with 321 additions and 1281 deletions
|
@ -95,7 +95,9 @@ PaDriverInfo;
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef __FreeBSD__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include <memory.h>
|
||||
#include <math.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
@ -110,8 +112,12 @@ PaDriverInfo;
|
|||
#ifdef __linux__
|
||||
#include <linux/soundcard.h>
|
||||
#else
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/soundcard.h>
|
||||
#else
|
||||
#include <machine/soundcard.h> /* JH20010905 */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "portaudio.h"
|
||||
#include "pa_host.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue