projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2fae02
)
alpha: Need to include cstring so that g++ 4.3 works.
author
Nathan Binkert
<nate@binkert.org>
Mon, 29 Sep 2008 14:15:30 +0000
(07:15 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Mon, 29 Sep 2008 14:15:30 +0000
(07:15 -0700)
src/arch/alpha/floatregfile.cc
patch
|
blob
|
history
diff --git
a/src/arch/alpha/floatregfile.cc
b/src/arch/alpha/floatregfile.cc
index 15dc1316617156fc09cb7dad371b60314da9c8fd..192b0f1d489059bc8501a1ad3ba4759a6b6d9714 100644
(file)
--- a/
src/arch/alpha/floatregfile.cc
+++ b/
src/arch/alpha/floatregfile.cc
@@
-30,6
+30,8
@@
* Kevin Lim
*/
+#include <cstring>
+
#include "arch/alpha/floatregfile.hh"
#include "sim/serialize.hh"