* [PATCH] linux/io.h needs types.h
@ 2006-10-08 14:08 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-10-08 14:08 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, matthew
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
include/linux/io.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/io.h b/include/linux/io.h
index aa3f5af..2ad96c3 100644
--- a/include/linux/io.h
+++ b/include/linux/io.h
@@ -18,6 +18,7 @@
#ifndef _LINUX_IO_H
#define _LINUX_IO_H
+#include <linux/types.h>
#include <asm/io.h>
#include <asm/page.h>
--
1.4.2.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-08 14:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-08 14:08 [PATCH] linux/io.h needs types.h Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox