From a9d66c6a759515c7061e2e8aac661eeb0082ea1e Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 30 Dec 2015 19:20:20 +0000 Subject: More configurable sources. Move some math functions to core/math.h. Move delay filter from sdr_fm --- hw/aud.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw/aud.h') diff --git a/hw/aud.h b/hw/aud.h index 396c27d..974646a 100644 --- a/hw/aud.h +++ b/hw/aud.h @@ -6,9 +6,9 @@ #include #include -#if defined(OS_LINUX) +#if def(OS_LINUX) #include #endif int audio_get_devices(); -#endif \ No newline at end of file +#endif -- cgit v1.2.3