diff options
Diffstat (limited to 'include/uapi/sound/hdsp.h')
-rw-r--r-- | include/uapi/sound/hdsp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/sound/hdsp.h b/include/uapi/sound/hdsp.h index 7ac2d3f2a9b3..b8df62b60f4d 100644 --- a/include/uapi/sound/hdsp.h +++ b/include/uapi/sound/hdsp.h @@ -20,6 +20,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifdef __linux__ +#include <linux/types.h> +#endif + #define HDSP_MATRIX_MIXER_SIZE 2048 enum HDSP_IO_Type { |