Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers_check fix: linux/ipx.h

fix the following 'make headers_check' warning:

usr/include/linux/ipx.h:13: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

+1
+1
include/linux/ipx.h
··· 1 1 #ifndef _IPX_H_ 2 2 #define _IPX_H_ 3 + #include <linux/types.h> 3 4 #include <linux/sockios.h> 4 5 #include <linux/socket.h> 5 6 #define IPX_NODE_LEN 6