diff options
Diffstat (limited to 'hw/aud.h')
-rw-r--r-- | hw/aud.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ #include <stdlib.h> #include <stdint.h> -#if defined(OS_LINUX) +#if def(OS_LINUX) #include <alsa/asoundlib.h> #endif int audio_get_devices(); -#endif
\ No newline at end of file +#endif |