Commit 2df005b75ab910f789f099f81bb70b3aa37203a7

Authored by Jaswinder Singh Rajput
1 parent de8b0bcafa

headers_check fix: linux/inet_diag.h

fix the following 'make headers_check' warning:

  usr/include/linux/inet_diag.h:16: 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

include/linux/inet_diag.h
1 1 #ifndef _INET_DIAG_H_
2 2 #define _INET_DIAG_H_ 1
3 3  
  4 +#include <linux/types.h>
  5 +
4 6 /* Just some random number */
5 7 #define TCPDIAG_GETSOCK 18
6 8 #define DCCPDIAG_GETSOCK 19