[PATCH]: Missing #include in kernel/sys.c build fix

From: Prarit Bhargava
Date: Fri Jan 07 2005 - 11:00:30 EST


Latest bk pull is broken due to missing #include in kernel/sys.c


--- linux-2.5.orig/kernel/sys.c 2005-01-07 09:54:20.505756616 -0500
+++ linux-2.5/kernel/sys.c 2005-01-07 09:43:21.790575604 -0500
@@ -23,6 +23,7 @@
#include <linux/security.h>
#include <linux/dcookies.h>
#include <linux/suspend.h>
+#include <linux/tty.h>

#include <linux/compat.h>
#include <linux/syscalls.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/