summaryrefslogtreecommitdiff
path: root/arch/mips/process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/process.hh')
-rw-r--r--arch/mips/process.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/process.hh b/arch/mips/process.hh
index ab4323107..b2a35d688 100644
--- a/arch/mips/process.hh
+++ b/arch/mips/process.hh
@@ -32,11 +32,13 @@
#include "arch/mips/linux_process.hh"
#include "base/loader/object_file.hh"
+using namespace std;
+
namespace MipsISA
{
LiveProcess *
-createProcess(const string &nm, ObjectFile * objFile,
+createProcess(const string &nm, ObjectFile * objFile,System * system,
int stdin_fd, int stdout_fd, int stderr_fd,
vector<string> &argv, vector<string> &envp);