Commit 57d1780fab89d3736de0d24189129c17178448f0

Authored by Jaswinder Singh Rajput
1 parent 37eb1f4c33

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>

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

1 1 #ifndef _LINUX_DN_H
2 2 #define _LINUX_DN_H
3 3  
  4 +#include <linux/types.h>
  5 +
4 6 /*
5 7  
6 8 DECnet Data Structures and Constants