projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2107258
)
ruby: add stdio header in SRAM.hh
author
Korey Sewell
<ksewell@umich.edu>
Mon, 7 Feb 2011 17:19:46 +0000
(12:19 -0500)
committer
Korey Sewell
<ksewell@umich.edu>
Mon, 7 Feb 2011 17:19:46 +0000
(12:19 -0500)
missing header file caused RUBY_FS to not compile
src/mem/ruby/network/orion/Buffer/SRAM.hh
patch
|
blob
|
history
diff --git
a/src/mem/ruby/network/orion/Buffer/SRAM.hh
b/src/mem/ruby/network/orion/Buffer/SRAM.hh
index 7b3f4669834a0531683cd2f93a9fe1febc4bfd50..f0b937963b8215f4acf59c34192ede5c5e90e395 100644
(file)
--- 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;