alpha: Need to include cstring so that g++ 4.3 works.
authorNathan Binkert <nate@binkert.org>
Mon, 29 Sep 2008 14:15:30 +0000 (07:15 -0700)
committerNathan Binkert <nate@binkert.org>
Mon, 29 Sep 2008 14:15:30 +0000 (07:15 -0700)
src/arch/alpha/floatregfile.cc

index 15dc1316617156fc09cb7dad371b60314da9c8fd..192b0f1d489059bc8501a1ad3ba4759a6b6d9714 100644 (file)
@@ -30,6 +30,8 @@
  *          Kevin Lim
  */
 
+#include <cstring>
+
 #include "arch/alpha/floatregfile.hh"
 #include "sim/serialize.hh"