summaryrefslogtreecommitdiff
path: root/sys/dev/audio
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/audio')
-rw-r--r--sys/dev/audio/audiodef.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/audio/audiodef.h b/sys/dev/audio/audiodef.h
index 8765bf85353..04f7d1e6e8f 100644
--- a/sys/dev/audio/audiodef.h
+++ b/sys/dev/audio/audiodef.h
@@ -1,4 +1,4 @@
-/* $NetBSD: audiodef.h,v 1.7 2019/07/06 12:58:58 isaki Exp $ */
+/* $NetBSD: audiodef.h,v 1.7.2.1 2020/01/27 07:06:02 martin Exp $ */
/*
* Copyright (C) 2017 Tetsuya Isaki. All rights reserved.
@@ -29,6 +29,10 @@
#ifndef _SYS_DEV_AUDIO_AUDIODEF_H_
#define _SYS_DEV_AUDIO_AUDIODEF_H_
+#ifdef _KERNEL_OPT
+#include "opt_audio.h"
+#endif
+
/* Number of HW buffer's blocks. */
#define NBLKHW (3)