2004-10-20 02:40:34

by Chris Wedgwood

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

add some #includes so we get the correct prototypes

Signed-off-by: [email protected]

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.