ruby: add stdio header in SRAM.hh
authorKorey Sewell <ksewell@umich.edu>
Mon, 7 Feb 2011 17:19:46 +0000 (12:19 -0500)
committerKorey 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

index 7b3f4669834a0531683cd2f93a9fe1febc4bfd50..f0b937963b8215f4acf59c34192ede5c5e90e395 100644 (file)
@@ -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;