Procházet zdrojové kódy

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>
Jaswinder Singh Rajput před 16 roky
rodič
revize
57d1780fab
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      include/linux/dn.h

+ 2 - 0
include/linux/dn.h

@@ -1,6 +1,8 @@
 #ifndef _LINUX_DN_H
 #ifndef _LINUX_DN_H
 #define _LINUX_DN_H
 #define _LINUX_DN_H
 
 
+#include <linux/types.h>
+
 /*
 /*
 
 
 	DECnet Data Structures and Constants
 	DECnet Data Structures and Constants