mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH]: Missing #include in kernel/sys.c build fix
@ 2005-01-07 15:57 Prarit Bhargava
  0 siblings, 0 replies; only message in thread
From: Prarit Bhargava @ 2005-01-07 15:57 UTC (permalink / raw)
  To: linux-kernel

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>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-07 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 15:57 [PATCH]: Missing #include in kernel/sys.c build fix Prarit Bhargava

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome