aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:14:02 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:06:33 +0530
commita788fd53aec9a439f6b8bf57888c30aea1176e1b (patch)
tree013149157888cb1cce5f02efa2d7def1f609e1ef /include
parentheaders_check fix: linux/random.h (diff)
downloadlinux-dev-a788fd53aec9a439f6b8bf57888c30aea1176e1b.tar.xz
linux-dev-a788fd53aec9a439f6b8bf57888c30aea1176e1b.zip
headers_check fix: linux/signalfd.h
fix the following 'make headers_check' warning: usr/include/linux/signalfd.h:19: 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')
-rw-r--r--include/linux/signalfd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/signalfd.h b/include/linux/signalfd.h
index bef0c46d4713..b363b916c909 100644
--- a/include/linux/signalfd.h
+++ b/include/linux/signalfd.h
@@ -8,6 +8,7 @@
#ifndef _LINUX_SIGNALFD_H
#define _LINUX_SIGNALFD_H
+#include <linux/types.h>
/* For O_CLOEXEC and O_NONBLOCK */
#include <linux/fcntl.h>