commit | 57d1780fab89d3736de0d24189129c17178448f0 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | Fri Jan 30 20:52:54 2009 +0530 |
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | Fri Jan 30 23:46:03 2009 +0530 |
tree | 3c90703cb8e6044987166332acf50a6931f5ae8b | |
parent | 37eb1f4c3320ed505fbe59a916635b2342c740e4 [diff] [blame] |
headers_check fix: linux/dn.h fix the following 'make headers_check' warning: usr/include/linux/dn.h:75: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
diff --git a/include/linux/dn.h b/include/linux/dn.h index 02bba04..fe99908 100644 --- a/include/linux/dn.h +++ b/include/linux/dn.h
@@ -1,6 +1,8 @@ #ifndef _LINUX_DN_H #define _LINUX_DN_H +#include <linux/types.h> + /* DECnet Data Structures and Constants