From b392bf5a377c712e156d90d69c6527289eada64f Mon Sep 17 00:00:00 2001 From: Kenneth Peiruza Date: Mon, 10 Nov 2003 16:13:11 +0000 Subject: Patches to integrate FreeBSD svn path=/trunk/; revision=1177 --- pd/src/s_audio_oss.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pd/src/s_audio_oss.c') diff --git a/pd/src/s_audio_oss.c b/pd/src/s_audio_oss.c index b612b458..05d7d26b 100644 --- a/pd/src/s_audio_oss.c +++ b/pd/src/s_audio_oss.c @@ -5,7 +5,18 @@ /* this file inputs and outputs audio using the OSS API available on linux. */ +#ifdef __linux__ #include +#endif + +#ifdef __FreeBSD__ +#include +#include +#endif + + + + #include "m_pd.h" #include "s_stuff.h" -- cgit v1.2.1