projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dfc475
)
include misc.hh for panic
author
Nathan Binkert
<binkertn@umich.edu>
Sat, 17 Jun 2006 23:18:53 +0000
(19:18 -0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Sat, 17 Jun 2006 23:18:53 +0000
(19:18 -0400)
--HG--
extra : convert_revision :
05e59f45b98e862f9d61bec223871b314eb2195e
src/sim/byteswap.hh
patch
|
blob
|
history
diff --git
a/src/sim/byteswap.hh
b/src/sim/byteswap.hh
index c1d846aa8e575d52afd99b763ffc3d25cd7caa6f..f1f244150fda0d622d756e2d5f23e147247046e7 100644
(file)
--- a/
src/sim/byteswap.hh
+++ b/
src/sim/byteswap.hh
@@
-36,6
+36,7
@@
#ifndef __SIM_BYTE_SWAP_HH__
#define __SIM_BYTE_SWAP_HH__
+#include "base/misc.hh"
#include "sim/host.hh"
// This lets us figure out what the byte order of the host system is