From 8900b3c75142c9701657f20b307d70f106cc3697 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 21 Dec 2015 18:32:50 +0000 Subject: Add NetBSD support files and config_bsd.h to be compatible with NetBSD --- hw/aud.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hw/aud.h') diff --git a/hw/aud.h b/hw/aud.h index 500fe18..396c27d 100644 --- a/hw/aud.h +++ b/hw/aud.h @@ -1,11 +1,14 @@ #ifndef __RADIOLA_AUD_H #define __RADIOLA_AUD_H +#include "../config.h" #include #include #include -#include +#if defined(OS_LINUX) +#include +#endif int audio_get_devices(); #endif \ No newline at end of file -- cgit v1.2.3