summaryrefslogtreecommitdiff
path: root/hw/aud.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/aud.h')
-rw-r--r--hw/aud.h4
1 files changed, 2 insertions, 2 deletions
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 <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