diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 22:33:29 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-31 00:13:56 +0530 |
commit | bb9f113f5ca7d182256dee69bcaebd4c79062305 (patch) | |
tree | df39c19612a56e70fe26891a17717d0c080b6c5d /include/sound/hdsp.h | |
parent | 70c2ed65fe4090c9b92512ee1e35dc6625539f90 (diff) | |
download | linux-3.10-bb9f113f5ca7d182256dee69bcaebd4c79062305.tar.gz linux-3.10-bb9f113f5ca7d182256dee69bcaebd4c79062305.tar.bz2 linux-3.10-bb9f113f5ca7d182256dee69bcaebd4c79062305.zip |
headers_check fix: sound/hdsp.h
fix the following 'make headers_check' warning:
usr/include/sound/hdsp.h:33: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/sound/hdsp.h')
-rw-r--r-- | include/sound/hdsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/hdsp.h b/include/sound/hdsp.h index dec6b1dc37e..d98a78dff2d 100644 --- a/include/sound/hdsp.h +++ b/include/sound/hdsp.h @@ -19,6 +19,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <linux/types.h> + #define HDSP_MATRIX_MIXER_SIZE 2048 enum HDSP_IO_Type { |