diff options
| author | Tom Rini <trini@kernel.crashing.org> | 2004-06-29 05:21:02 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-29 05:21:02 -0700 |
| commit | c25e4809a735fb8798b3d717f15470a70631154e (patch) | |
| tree | 0445d7bfeef079d162b98fa7f7ce7a9759d771d6 /include/linux | |
| parent | 431f19ef431d7c084e8c0942fbfd3a8b57f62ff0 (diff) | |
[PATCH] Add <linux/compiler.h> to <linux/fd.h>
<linux/fd.h> references __user which is defined in <linux/compiler.h>.
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fd.h b/include/linux/fd.h index 7ce5f01a4de2..b6bd41d2b460 100644 --- a/include/linux/fd.h +++ b/include/linux/fd.h @@ -2,6 +2,7 @@ #define _LINUX_FD_H #include <linux/ioctl.h> +#include <linux/compiler.h> /* New file layout: Now the ioctl definitions immediately follow the * definitions of the structures that they use */ |
