Commit 8ef342021a55e4237e593c7f6304d0caa7bf1232

Authored by Jaswinder Singh Rajput
1 parent 4b7ae34277

headers_check fix: linux/msdos_fs.h

fix the following 'make headers_check' warning:

  usr/include/linux/msdos_fs.h:100: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/linux/msdos_fs.h
1 1 #ifndef _LINUX_MSDOS_FS_H
2 2 #define _LINUX_MSDOS_FS_H
3 3  
  4 +#include <linux/types.h>
4 5 #include <linux/magic.h>
5 6 #include <asm/byteorder.h>
6 7