[PATCH] UML: add some #includes so we get the correct prototypes

From: Chris Wedgwood
Date: Tue Oct 19 2004 - 21:51:16 EST


add some #includes so we get the correct prototypes

Signed-off-by: cw@xxxxxxxx

diff -Nru a/arch/um/kernel/main.c b/arch/um/kernel/main.c
--- a/arch/um/kernel/main.c 2004-10-19 17:47:53 -07:00
+++ b/arch/um/kernel/main.c 2004-10-19 17:47:53 -07:00
@@ -22,6 +22,8 @@
#include "mode.h"
#include "choose-mode.h"
#include "uml-config.h"
+#include "irq_user.h"
+#include "time_user.h"

/* Set in set_stklim, which is called from main and __wrap_malloc.
* __wrap_malloc only calls it if main hasn't started.
-
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/