alpha: Need to include cstring so that g++ 4.3 works.
This commit is contained in:
parent
d2fae026a8
commit
1e9c428522
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
* Kevin Lim
|
||||
*/
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "arch/alpha/floatregfile.hh"
|
||||
#include "sim/serialize.hh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue