aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/aio_abi.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 20:20:10 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 23:38:03 +0530
commitbd247b348aaa9f28a53a64df06c69d6f40ff2280 (patch)
treed5512a378b2a09ee17e3655e3c637ec02ce0b412 /include/linux/aio_abi.h
parentheaders_check fix: usb/gadgetfs.h (diff)
downloadlinux-dev-bd247b348aaa9f28a53a64df06c69d6f40ff2280.tar.xz
linux-dev-bd247b348aaa9f28a53a64df06c69d6f40ff2280.zip
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>
Diffstat (limited to 'include/linux/aio_abi.h')
-rw-r--r--include/linux/aio_abi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/aio_abi.h b/include/linux/aio_abi.h
index 9e0172931315..2c8731664180 100644
--- a/include/linux/aio_abi.h
+++ b/include/linux/aio_abi.h
@@ -27,6 +27,7 @@
#ifndef __LINUX__AIO_ABI_H
#define __LINUX__AIO_ABI_H
+#include <linux/types.h>
#include <asm/byteorder.h>
typedef unsigned long aio_context_t;