diff options
Diffstat (limited to 'hw/aud.h')
-rw-r--r-- | hw/aud.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,11 +1,14 @@ #ifndef __RADIOLA_AUD_H #define __RADIOLA_AUD_H +#include "../config.h" #include <stdio.h> #include <stdlib.h> #include <stdint.h> -#include <alsa/asoundlib.h> +#if defined(OS_LINUX) +#include <alsa/asoundlib.h> +#endif int audio_get_devices(); #endif
\ No newline at end of file |