diff options
author | Andrew Schultz <alschult@umich.edu> | 2004-02-09 17:50:47 -0500 |
---|---|---|
committer | Andrew Schultz <alschult@umich.edu> | 2004-02-09 17:50:47 -0500 |
commit | eac2d6a66863dcd7d5129ee5112ea49248f9efa8 (patch) | |
tree | d59508dd612d82b80fef69ded188e2704e074d40 /base/compression/null_compression.hh | |
parent | 48bb27be728db65ad521eb5bda8cb3411dfddc43 (diff) | |
parent | da8a7022126eef87d4007b7135aa89c559eb6747 (diff) | |
download | gem5-eac2d6a66863dcd7d5129ee5112ea49248f9efa8.tar.xz |
Merge linux tree with head
arch/alpha/alpha_memory.cc:
dev/alpha_console.cc:
dev/alpha_console.hh:
Merge
--HG--
extra : convert_revision : 3233648f204338ab3f102ff117754dce955dcc37
Diffstat (limited to 'base/compression/null_compression.hh')
-rw-r--r-- | base/compression/null_compression.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/compression/null_compression.hh b/base/compression/null_compression.hh index d2bc76eef..6a630b113 100644 --- a/base/compression/null_compression.hh +++ b/base/compression/null_compression.hh @@ -34,6 +34,10 @@ * This file defines a doNothing compression algorithm. */ +#include <inttypes.h> // for uint8_t +#include "base/misc.hh" // for fatal() + + /** * A dummy compression class to use when no data compression is desired. */ |