summaryrefslogtreecommitdiff
path: root/kern/tru64/printf.hh
diff options
context:
space:
mode:
Diffstat (limited to 'kern/tru64/printf.hh')
-rw-r--r--kern/tru64/printf.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/tru64/printf.hh b/kern/tru64/printf.hh
index a48b4482c..61236e83a 100644
--- a/kern/tru64/printf.hh
+++ b/kern/tru64/printf.hh
@@ -29,10 +29,10 @@
#ifndef __PRINTF_HH__
#define __PRINTF_HH__
-class AlphaArguments;
+#include "arch/arguments.hh"
namespace tru64 {
- void Printf(AlphaArguments args);
+ void Printf(AlphaISA::AlphaArguments args);
}
#endif // __PRINTF_HH__