From: Andrew Morton <akpm@osdl.org>

Cc: Olaf Hering <olh@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/message/fusion/linux_compat.h |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/message/fusion/linux_compat.h~move-kernel_version-from-linux-versionh-to-linux-utsnameh-fix-4 drivers/message/fusion/linux_compat.h
--- 25-alpha/drivers/message/fusion/linux_compat.h~move-kernel_version-from-linux-versionh-to-linux-utsnameh-fix-4	2005-07-14 19:49:41.000000000 -0700
+++ 25-alpha-akpm/drivers/message/fusion/linux_compat.h	2005-07-14 19:58:01.000000000 -0700
@@ -4,6 +4,7 @@
 #define FUSION_LINUX_COMPAT_H
 
 #include <linux/version.h>
+#include <linux/utsname.h>
 #include <scsi/scsi_device.h>
 
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,6))
_