summaryrefslogtreecommitdiff
path: root/src/kern/linux/printk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/kern/linux/printk.hh')
-rw-r--r--src/kern/linux/printk.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kern/linux/printk.hh b/src/kern/linux/printk.hh
index 17d59b765..20dfb430f 100644
--- a/src/kern/linux/printk.hh
+++ b/src/kern/linux/printk.hh
@@ -34,8 +34,10 @@
#include "arch/isa_specific.hh"
+#include <sstream>
+
class TheISA::Arguments;
-void Printk(TheISA::Arguments args);
+void Printk(std::stringstream &out, TheISA::Arguments args);
#endif // __PRINTK_HH__