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

headers_check fix: linux/aio_abi.h

fix the following 'make headers_check' warning:

usr/include/linux/aio_abi.h:58: 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/aio_abi.h
··· 27 27 #ifndef __LINUX__AIO_ABI_H 28 28 #define __LINUX__AIO_ABI_H 29 29 30 + #include <linux/types.h> 30 31 #include <asm/byteorder.h> 31 32 32 33 typedef unsigned long aio_context_t;