summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2011-02-07 12:19:46 -0500
committerKorey Sewell <ksewell@umich.edu>2011-02-07 12:19:46 -0500
commit1b4e78840748a913d0e18e14dc08ae9ea0980234 (patch)
treed916b4d86074155acf302c1c821b1939143f91df
parent2107258d24962f979b5f5ec1fd22589b0b49d072 (diff)
downloadgem5-1b4e78840748a913d0e18e14dc08ae9ea0980234.tar.xz
ruby: add stdio header in SRAM.hh
missing header file caused RUBY_FS to not compile
-rw-r--r--src/mem/ruby/network/orion/Buffer/SRAM.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/ruby/network/orion/Buffer/SRAM.hh b/src/mem/ruby/network/orion/Buffer/SRAM.hh
index 7b3f46698..f0b937963 100644
--- a/src/mem/ruby/network/orion/Buffer/SRAM.hh
+++ b/src/mem/ruby/network/orion/Buffer/SRAM.hh
@@ -39,6 +39,7 @@
#include "mem/ruby/network/orion/Type.hh"
#include "mem/ruby/network/orion/OrionConfig.hh"
#include "mem/ruby/network/orion/TechParameter.hh"
+#include <stdio.h>
class OutdrvUnit;
class AmpUnit;