Commit 0fe5a8fe0c145a6ff8f3daacd32f1824d0c021a9

Authored by Jaswinder Singh Rajput
1 parent 85db53102d

headers_check fix: linux/if_ppp.h

fix the following 'make headers_check' warning:

  usr/include/linux/if_ppp.h:96: 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/if_ppp.h
... ... @@ -33,6 +33,7 @@
33 33 #ifndef _IF_PPP_H_
34 34 #define _IF_PPP_H_
35 35  
  36 +#include <linux/types.h>
36 37 #include <linux/compiler.h>
37 38  
38 39 /*