diff options
author | Korey Sewell <ksewell@umich.edu> | 2011-02-07 12:19:46 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2011-02-07 12:19:46 -0500 |
commit | 1b4e78840748a913d0e18e14dc08ae9ea0980234 (patch) | |
tree | d916b4d86074155acf302c1c821b1939143f91df /src | |
parent | 2107258d24962f979b5f5ec1fd22589b0b49d072 (diff) | |
download | gem5-1b4e78840748a913d0e18e14dc08ae9ea0980234.tar.xz |
ruby: add stdio header in SRAM.hh
missing header file caused RUBY_FS to not compile
Diffstat (limited to 'src')
-rw-r--r-- | src/mem/ruby/network/orion/Buffer/SRAM.hh | 1 |
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; |