commit | 542e4f1f6428e9c4d371772da773156570cfbbf7 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Wed Jul 08 12:49:42 2009 -0700 |
committer | Marco Nelissen <marcone@google.com> | Wed Jul 08 12:58:04 2009 -0700 |
tree | ae03c0f308b33c7305e7b942ab0b290eb60603ae | |
parent | 81382964c8afd2d2c4197ac3f99d734a7c94c36a [diff] [blame] |
Add support for dup()ing fake file descriptors to the simulator.
diff --git a/simulator/wrapsim/Common.h b/simulator/wrapsim/Common.h index a9c3bb8..463262f 100644 --- a/simulator/wrapsim/Common.h +++ b/simulator/wrapsim/Common.h
@@ -14,5 +14,6 @@ #include "Log.h" #include "SimMgr.h" #include "Globals.h" +#include "Util.h" #endif /*_WRAPSIM_COMMON_H*/